Color Hex Logo

#af956b Color Hex

#AF956B
(175,149,107)
0 Favorites   0 Comments

Color spaces of #af956b

RGB 175149107
HSL0.100.300.55
HSV37°39°69°
CMYK 0.000.150.39   0.31
XYZ31.080531.670418.3848
Yxy31.67040.38310.3903
Hunter Lab56.27650.098620.0242
CIE-Lab63.06953.654525.7842

#af956b color RGB value is (175,149,107).

#af956b hex color red value is 175, green value is 149 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #af956b hue: 0.10 , saturation: 0.30 and the lightness value of af956b is 0.55.

The process color (four color CMYK) of #af956b color hex is 0.00, 0.15, 0.39, 0.31. Web safe color of #af956b is #999966. Color #af956b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 01101011
Octal 257 225 153
Decimal 175 149 107
Hex AF 95 6B

RGB Percentages of Color #af956b

%40.60
%34.57
%24.83

CMYK Percentages of Color #af956b

%0
%15
%39
%31

Triadic Colors of #af956b

#af956b #6baf95 #956baf

Analogous Colors of #af956b

#af956b #a7af6b #af736b

Monochromatic Colors of #af956b

#af956b

Complementary Color

#af956b #6b85af

#af956b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af956b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af956b Color CSS Codes

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

#af956b Text Font Color

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

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


#af956b Background Color

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

This div background color is #af956b


#af956b Border Color

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

This div border color is #af956b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af956b


Comments

No comments written yet.

Please login to write comment.