Color Hex Logo

#af823c Color Hex

#AF823C
(175,130,60)
0 Favorites   0 Comments

Color spaces of #af823c

RGB 17513060
HSL0.100.490.46
HSV37°66°69°
CMYK 0.000.260.66   0.31
XYZ26.477425.40557.7832
Yxy25.40550.44380.4258
Hunter Lab50.40395.560226.1273
CIE-Lab57.46849.875343.6662

#af823c color RGB value is (175,130,60).

#af823c hex color red value is 175, green value is 130 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #af823c hue: 0.10 , saturation: 0.49 and the lightness value of af823c is 0.46.

The process color (four color CMYK) of #af823c color hex is 0.00, 0.26, 0.66, 0.31. Web safe color of #af823c is #999933. Color #af823c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000010 00111100
Octal 257 202 74
Decimal 175 130 60
Hex AF 82 3C

RGB Percentages of Color #af823c

%47.95
%35.62
%16.44

CMYK Percentages of Color #af823c

%0
%26
%66
%31

Triadic Colors of #af823c

#af823c #3caf82 #823caf

Analogous Colors of #af823c

#af823c #a3af3c #af493c

Monochromatic Colors of #af823c

#af823c

Complementary Color

#af823c #3c69af

#af823c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af823c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af823c Color CSS Codes

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

#af823c Text Font Color

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

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


#af823c Background Color

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

This div background color is #af823c


#af823c Border Color

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

This div border color is #af823c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af823c


Comments

No comments written yet.

Please login to write comment.