Color Hex Logo

#af772e Color Hex

#AF772E
(175,119,46)
0 Favorites   0 Comments

Color spaces of #af772e

RGB 17511946
HSL0.090.580.43
HSV34°74°69°
CMYK 0.000.320.74   0.31
XYZ24.769222.50495.6232
Yxy22.50490.46830.4254
Hunter Lab47.439310.180326.1796
CIE-Lab54.558715.238147.1732

#af772e color RGB value is (175,119,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 00101110
Octal 257 167 56
Decimal 175 119 46
Hex AF 77 2E

RGB Percentages of Color #af772e

%51.47
%35.00
%13.53

CMYK Percentages of Color #af772e

%0
%32
%74
%31

Triadic Colors of #af772e

#af772e #2eaf77 #772eaf

Analogous Colors of #af772e

#af772e #a7af2e #af372e

Monochromatic Colors of #af772e

#af772e

Complementary Color

#af772e #2e66af

#af772e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af772e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af772e Color CSS Codes

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

#af772e Text Font Color

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

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


#af772e Background Color

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

This div background color is #af772e


#af772e Border Color

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

This div border color is #af772e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af772e


Comments

No comments written yet.

Please login to write comment.