Color Hex Logo

#af913e Color Hex

#AF913E
(175,145,62)
0 Favorites   0 Comments

Color spaces of #af913e

RGB 17514562
HSL0.120.480.46
HSV44°65°69°
CMYK 0.000.170.65   0.31
XYZ28.674129.71268.7812
Yxy29.71260.42690.4424
Hunter Lab54.5093-1.492928.6051
CIE-Lab61.40551.697247.0482

#af913e color RGB value is (175,145,62).

#af913e hex color red value is 175, green value is 145 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #af913e hue: 0.12 , saturation: 0.48 and the lightness value of af913e is 0.46.

The process color (four color CMYK) of #af913e color hex is 0.00, 0.17, 0.65, 0.31. Web safe color of #af913e is #999933. Color #af913e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 00111110
Octal 257 221 76
Decimal 175 145 62
Hex AF 91 3E

RGB Percentages of Color #af913e

%45.81
%37.96
%16.23

CMYK Percentages of Color #af913e

%0
%17
%65
%31

Triadic Colors of #af913e

#af913e #3eaf91 #913eaf

Analogous Colors of #af913e

#af913e #95af3e #af593e

Monochromatic Colors of #af913e

#af913e

Complementary Color

#af913e #3e5caf

#af913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af913e Color CSS Codes

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

#af913e Text Font Color

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

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


#af913e Background Color

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

This div background color is #af913e


#af913e Border Color

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

This div border color is #af913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af913e

#af913e Color Palettes


Comments

No comments written yet.

Please login to write comment.