color codes Logo

#af832b color codes

#AF832B
(175,131,43)
0 Favorites   0 Comments

Color spaces of #af832b

RGB 17513143
HSL0.110.610.43
HSV40°75°69°
CMYK 0.000.250.75   0.31
XYZ26.231525.52105.8290
Yxy25.52100.45560.4432
Hunter Lab50.51834.278628.5217
CIE-Lab57.57968.382151.4839

#af832b color RGB value is (175,131,43).

#af832b hex color red value is 175, green value is 131 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #af832b hue: 0.11 , saturation: 0.61 and the lightness value of af832b is 0.43.

The process color (four color CMYK) of #af832b color code is 0.00, 0.25, 0.75, 0.31. Web safe color of #af832b is #999933. Color #af832b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 00101011
Octal 257 203 53
Decimal 175 131 43
Hex AF 83 2B

RGB Percentages of Color #af832b

%50.14
%37.54
%12.32

CMYK Percentages of Color #af832b

%0
%25
%75
%31

Triadic Colors of #af832b

#af832b #2baf83 #832baf

Analogous Colors of #af832b

#af832b #99af2b #af412b

Monochromatic Colors of #af832b

#af832b

Complementary Color

#af832b #2b57af

#af832b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af832b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af832b Color CSS Codes

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

#af832b Text Font Color

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

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


#af832b Background Color

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

This div background color is #af832b


#af832b Border Color

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

This div border color is #af832b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af832b


Comments

No comments written yet.

Please login to write comment.