Color Hex Logo

#af952a Color Hex

#AF952A
(175,149,42)
0 Favorites   0 Comments

Color spaces of #af952a

RGB 17514942
HSL0.130.610.43
HSV48°76°69°
CMYK 0.000.150.76   0.31
XYZ28.844630.77606.6106
Yxy30.77600.43550.4647
Hunter Lab55.4761-4.272831.7682
CIE-Lab62.3181-1.573256.4250

#af952a color RGB value is (175,149,42).

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

The process color (four color CMYK) of #af952a color hex is 0.00, 0.15, 0.76, 0.31. Web safe color of #af952a is #999933. Color #af952a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 00101010
Octal 257 225 52
Decimal 175 149 42
Hex AF 95 2A

RGB Percentages of Color #af952a

%47.81
%40.71
%11.48

CMYK Percentages of Color #af952a

%0
%15
%76
%31

Triadic Colors of #af952a

#af952a #2aaf95 #952aaf

Analogous Colors of #af952a

#af952a #87af2a #af532a

Monochromatic Colors of #af952a

#af952a

Complementary Color

#af952a #2a44af

#af952a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af952a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af952a Color CSS Codes

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

#af952a Text Font Color

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

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


#af952a Background Color

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

This div background color is #af952a


#af952a Border Color

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

This div border color is #af952a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af952a


Comments

No comments written yet.

Please login to write comment.