Color Hex Logo

#af957a Color Hex

#AF957A
(175,149,122)
0 Favorites   0 Comments

Color spaces of #af957a

RGB 175149122
HSL0.080.250.58
HSV31°30°69°
CMYK 0.000.150.30   0.31
XYZ31.939532.014022.9083
Yxy32.01400.36770.3686
Hunter Lab56.58091.745315.6015
CIE-Lab63.35455.571117.8653

#af957a color RGB value is (175,149,122).

#af957a hex color red value is 175, green value is 149 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #af957a hue: 0.08 , saturation: 0.25 and the lightness value of af957a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 01111010
Octal 257 225 172
Decimal 175 149 122
Hex AF 95 7A

RGB Percentages of Color #af957a

%39.24
%33.41
%27.35

CMYK Percentages of Color #af957a

%0
%15
%30
%31

Triadic Colors of #af957a

#af957a #7aaf95 #957aaf

Analogous Colors of #af957a

#af957a #afaf7a #af7b7a

Monochromatic Colors of #af957a

#af957a

Complementary Color

#af957a #7a94af

#af957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af957a Color CSS Codes

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

#af957a Text Font Color

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

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


#af957a Background Color

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

This div background color is #af957a


#af957a Border Color

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

This div border color is #af957a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af957a


Comments

No comments written yet.

Please login to write comment.