Color Hex Logo

#af7229 Color Hex

#AF7229
(175,114,41)
0 Favorites   0 Comments

Color spaces of #af7229

RGB 17511441
HSL0.090.620.42
HSV33°77°69°
CMYK 0.000.350.77   0.31
XYZ24.096721.30874.9408
Yxy21.30870.47860.4232
Hunter Lab46.161312.396525.9669
CIE-Lab53.285717.808148.1221

#af7229 color RGB value is (175,114,41).

#af7229 hex color red value is 175, green value is 114 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #af7229 hue: 0.09 , saturation: 0.62 and the lightness value of af7229 is 0.42.

The process color (four color CMYK) of #af7229 color hex is 0.00, 0.35, 0.77, 0.31. Web safe color of #af7229 is #996633. Color #af7229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 00101001
Octal 257 162 51
Decimal 175 114 41
Hex AF 72 29

RGB Percentages of Color #af7229

%53.03
%34.55
%12.42

CMYK Percentages of Color #af7229

%0
%35
%77
%31

Triadic Colors of #af7229

#af7229 #29af72 #7229af

Analogous Colors of #af7229

#af7229 #a9af29 #af2f29

Monochromatic Colors of #af7229

#af7229

Complementary Color

#af7229 #2966af

#af7229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7229 Color CSS Codes

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

#af7229 Text Font Color

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

This sample text font color is #af7229
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.


#af7229 Background Color

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

This div background color is #af7229


#af7229 Border Color

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

This div border color is #af7229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7229


Comments

No comments written yet.

Please login to write comment.