Color Hex Logo

#af814d Color Hex

#AF814D
(175,129,77)
0 Favorites   0 Comments

Color spaces of #af814d

RGB 17512977
HSL0.090.390.49
HSV32°56°69°
CMYK 0.000.260.56   0.31
XYZ26.869025.350310.4981
Yxy25.35030.42840.4042
Hunter Lab50.34917.146422.8820
CIE-Lab57.415111.706934.8685

#af814d color RGB value is (175,129,77).

#af814d hex color red value is 175, green value is 129 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #af814d hue: 0.09 , saturation: 0.39 and the lightness value of af814d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 01001101
Octal 257 201 115
Decimal 175 129 77
Hex AF 81 4D

RGB Percentages of Color #af814d

%45.93
%33.86
%20.21

CMYK Percentages of Color #af814d

%0
%26
%56
%31

Triadic Colors of #af814d

#af814d #4daf81 #814daf

Analogous Colors of #af814d

#af814d #acaf4d #af504d

Monochromatic Colors of #af814d

#af814d

Complementary Color

#af814d #4d7baf

#af814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af814d Color CSS Codes

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

#af814d Text Font Color

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

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


#af814d Background Color

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

This div background color is #af814d


#af814d Border Color

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

This div border color is #af814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af814d


Comments

No comments written yet.

Please login to write comment.