Color Hex Logo

#af953a Color Hex

#AF953A
(175,149,58)
0 Favorites   0 Comments

Color spaces of #af953a

RGB 17514958
HSL0.130.500.46
HSV47°67°69°
CMYK 0.000.150.67   0.31
XYZ29.190430.91438.4316
Yxy30.91430.42590.4511
Hunter Lab55.6006-3.588429.9294
CIE-Lab62.4352-0.740749.9860

#af953a color RGB value is (175,149,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 00111010
Octal 257 225 72
Decimal 175 149 58
Hex AF 95 3A

RGB Percentages of Color #af953a

%45.81
%39.01
%15.18

CMYK Percentages of Color #af953a

%0
%15
%67
%31

Triadic Colors of #af953a

#af953a #3aaf95 #953aaf

Analogous Colors of #af953a

#af953a #8faf3a #af5b3a

Monochromatic Colors of #af953a

#af953a

Complementary Color

#af953a #3a54af

#af953a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af953a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af953a Color CSS Codes

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

#af953a Text Font Color

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

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


#af953a Background Color

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

This div background color is #af953a


#af953a Border Color

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

This div border color is #af953a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af953a


Comments

No comments written yet.

Please login to write comment.