Color Hex Logo

#af815b Color Hex

#AF815B
(175,129,91)
0 Favorites   0 Comments

Color spaces of #af815b

RGB 17512991
HSL0.080.340.52
HSV27°48°69°
CMYK 0.000.260.48   0.31
XYZ27.417825.569813.3879
Yxy25.56980.41310.3852
Hunter Lab50.56668.293319.6991
CIE-Lab57.626413.015327.4900

#af815b color RGB value is (175,129,91).

#af815b hex color red value is 175, green value is 129 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #af815b hue: 0.08 , saturation: 0.34 and the lightness value of af815b is 0.52.

The process color (four color CMYK) of #af815b color hex is 0.00, 0.26, 0.48, 0.31. Web safe color of #af815b is #999966. Color #af815b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 01011011
Octal 257 201 133
Decimal 175 129 91
Hex AF 81 5B

RGB Percentages of Color #af815b

%44.30
%32.66
%23.04

CMYK Percentages of Color #af815b

%0
%26
%48
%31

Triadic Colors of #af815b

#af815b #5baf81 #815baf

Analogous Colors of #af815b

#af815b #afab5b #af5b5f

Monochromatic Colors of #af815b

#af815b

Complementary Color

#af815b #5b89af

#af815b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af815b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af815b Color CSS Codes

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

#af815b Text Font Color

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

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


#af815b Background Color

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

This div background color is #af815b


#af815b Border Color

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

This div border color is #af815b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af815b


Comments

No comments written yet.

Please login to write comment.