Color Hex Logo

#af7269 Color Hex

#AF7269
(175,114,105)
0 Favorites   0 Comments

Color spaces of #af7269

RGB 175114105
HSL0.020.300.55
HSV40°69°
CMYK 0.000.350.40   0.31
XYZ26.246322.168516.2602
Yxy22.16850.40580.3428
Hunter Lab47.083417.107412.4827
CIE-Lab54.205322.987414.9347

#af7269 color RGB value is (175,114,105).

#af7269 hex color red value is 175, green value is 114 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #af7269 hue: 0.02 , saturation: 0.30 and the lightness value of af7269 is 0.55.

The process color (four color CMYK) of #af7269 color hex is 0.00, 0.35, 0.40, 0.31. Web safe color of #af7269 is #996666. Color #af7269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 01101001
Octal 257 162 151
Decimal 175 114 105
Hex AF 72 69

RGB Percentages of Color #af7269

%44.42
%28.93
%26.65

CMYK Percentages of Color #af7269

%0
%35
%40
%31

Triadic Colors of #af7269

#af7269 #69af72 #7269af

Analogous Colors of #af7269

#af7269 #af9569 #af6983

Monochromatic Colors of #af7269

#af7269

Complementary Color

#af7269 #69a6af

#af7269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7269 Color CSS Codes

.mybgcolor {background-color:#af7269; } 
.myforecolor {color:#af7269; }
.mybordercolor {border:3px solid #af7269; }

#af7269 Text Font Color

<p style="color:#af7269">Text here</p>

This sample text font color is #af7269
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af7269 Background Color

<div style="background-color:#af7269">
Div content here</div>

This div background color is #af7269


#af7269 Border Color

<div style="border:3px solid #af7269">
Div here</div>

This div border color is #af7269


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,114,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af7269; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af7269;
  -webkit-box-shadow: 1px 1px 3px 2px #af7269;
  box-shadow:         1px 1px 3px 2px #af7269; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,114,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af7269">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af7269;
  -webkit-box-shadow: 1px 1px 3px 2px #af7269;
  box-shadow:         1px 1px 3px 2px #af7269;">
Div content here</div>

This div box has shadow with color #af7269


Comments

No comments written yet.

Please login to write comment.