Color Hex Logo

#af732b Color Hex

#AF732B
(175,115,43)
0 Favorites   0 Comments

Color spaces of #af732b

RGB 17511543
HSL0.090.610.43
HSV33°75°69°
CMYK 0.000.340.75   0.31
XYZ24.246021.54985.1671
Yxy21.54980.47580.4229
Hunter Lab46.421811.992125.8958
CIE-Lab53.546017.338247.4980

#af732b color RGB value is (175,115,43).

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

The process color (four color CMYK) of #af732b color hex is 0.00, 0.34, 0.75, 0.31. Web safe color of #af732b is #996633. Color #af732b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 00101011
Octal 257 163 53
Decimal 175 115 43
Hex AF 73 2B

RGB Percentages of Color #af732b

%52.55
%34.53
%12.91

CMYK Percentages of Color #af732b

%0
%34
%75
%31

Triadic Colors of #af732b

#af732b #2baf73 #732baf

Analogous Colors of #af732b

#af732b #a9af2b #af312b

Monochromatic Colors of #af732b

#af732b

Complementary Color

#af732b #2b67af

#af732b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af732b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af732b Color CSS Codes

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

#af732b Text Font Color

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

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


#af732b Background Color

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

This div background color is #af732b


#af732b Border Color

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

This div border color is #af732b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af732b


Comments

No comments written yet.

Please login to write comment.