Color Hex Logo

#af772f Color Hex

#AF772F
(175,119,47)
0 Favorites   0 Comments

Color spaces of #af772f

RGB 17511947
HSL0.090.580.44
HSV34°73°69°
CMYK 0.000.320.73   0.31
XYZ24.789122.51285.7282
Yxy22.51280.46750.4245
Hunter Lab47.447710.224226.0555
CIE-Lab54.566915.288046.7267

#af772f color RGB value is (175,119,47).

#af772f hex color red value is 175, green value is 119 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #af772f hue: 0.09 , saturation: 0.58 and the lightness value of af772f is 0.44.

The process color (four color CMYK) of #af772f color hex is 0.00, 0.32, 0.73, 0.31. Web safe color of #af772f is #996633. Color #af772f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 00101111
Octal 257 167 57
Decimal 175 119 47
Hex AF 77 2F

RGB Percentages of Color #af772f

%51.32
%34.90
%13.78

CMYK Percentages of Color #af772f

%0
%32
%73
%31

Triadic Colors of #af772f

#af772f #2faf77 #772faf

Analogous Colors of #af772f

#af772f #a7af2f #af372f

Monochromatic Colors of #af772f

#af772f

Complementary Color

#af772f #2f67af

#af772f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af772f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af772f Color CSS Codes

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

#af772f Text Font Color

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

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


#af772f Background Color

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

This div background color is #af772f


#af772f Border Color

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

This div border color is #af772f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af772f


Comments

No comments written yet.

Please login to write comment.