Color Hex Logo

#af691e Color Hex

#AF691E
(175,105,30)
0 Favorites   0 Comments

Color spaces of #af691e

RGB 17510530
HSL0.090.710.40
HSV31°83°69°
CMYK 0.000.400.83   0.31
XYZ22.965119.31083.7453
Yxy19.31080.49900.4196
Hunter Lab43.944116.381725.7076
CIE-Lab51.048922.416450.5577

#af691e color RGB value is (175,105,30).

#af691e hex color red value is 175, green value is 105 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #af691e hue: 0.09 , saturation: 0.71 and the lightness value of af691e is 0.40.

The process color (four color CMYK) of #af691e color hex is 0.00, 0.40, 0.83, 0.31. Web safe color of #af691e is #996633. Color #af691e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101001 00011110
Octal 257 151 36
Decimal 175 105 30
Hex AF 69 1E

RGB Percentages of Color #af691e

%56.45
%33.87
%9.68

CMYK Percentages of Color #af691e

%0
%40
%83
%31

Triadic Colors of #af691e

#af691e #1eaf69 #691eaf

Analogous Colors of #af691e

#af691e #adaf1e #af211e

Monochromatic Colors of #af691e

#af691e

Complementary Color

#af691e #1e64af

#af691e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af691e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af691e Color CSS Codes

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

#af691e Text Font Color

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

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


#af691e Background Color

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

This div background color is #af691e


#af691e Border Color

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

This div border color is #af691e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af691e


Comments

No comments written yet.

Please login to write comment.