Color Hex Logo

#af953c Color Hex

#AF953C
(175,149,60)
0 Favorites   0 Comments

Color spaces of #af953c

RGB 17514960
HSL0.130.490.46
HSV46°66°69°
CMYK 0.000.150.66   0.31
XYZ29.242330.93518.7048
Yxy30.93510.42450.4491
Hunter Lab55.6193-3.486129.6542
CIE-Lab62.4528-0.616749.1053

#af953c color RGB value is (175,149,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 00111100
Octal 257 225 74
Decimal 175 149 60
Hex AF 95 3C

RGB Percentages of Color #af953c

%45.57
%38.80
%15.63

CMYK Percentages of Color #af953c

%0
%15
%66
%31

Triadic Colors of #af953c

#af953c #3caf95 #953caf

Analogous Colors of #af953c

#af953c #90af3c #af5c3c

Monochromatic Colors of #af953c

#af953c

Complementary Color

#af953c #3c56af

#af953c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af953c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af953c Color CSS Codes

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

#af953c Text Font Color

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

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


#af953c Background Color

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

This div background color is #af953c


#af953c Border Color

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

This div border color is #af953c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af953c


Comments

No comments written yet.

Please login to write comment.