Color Hex Logo

#af843c Color Hex

#AF843C
(175,132,60)
0 Favorites   0 Comments

Color spaces of #af843c

RGB 17513260
HSL0.100.490.46
HSV38°66°69°
CMYK 0.000.250.66   0.31
XYZ26.746125.94277.8727
Yxy25.94270.44160.4284
Hunter Lab50.93404.598226.4895
CIE-Lab57.98268.759844.2359

#af843c color RGB value is (175,132,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 00111100
Octal 257 204 74
Decimal 175 132 60
Hex AF 84 3C

RGB Percentages of Color #af843c

%47.68
%35.97
%16.35

CMYK Percentages of Color #af843c

%0
%25
%66
%31

Triadic Colors of #af843c

#af843c #3caf84 #843caf

Analogous Colors of #af843c

#af843c #a1af3c #af4b3c

Monochromatic Colors of #af843c

#af843c

Complementary Color

#af843c #3c67af

#af843c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af843c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af843c Color CSS Codes

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

#af843c Text Font Color

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

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


#af843c Background Color

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

This div background color is #af843c


#af843c Border Color

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

This div border color is #af843c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,132,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 #af843c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af843c


Comments

No comments written yet.

Please login to write comment.