Color Hex Logo

#af947a Color Hex

#AF947A
(175,148,122)
0 Favorites   0 Comments

Color spaces of #af947a

RGB 175148122
HSL0.080.250.58
HSV29°30°69°
CMYK 0.000.150.30   0.31
XYZ31.782031.698922.8558
Yxy31.69890.36810.3672
Hunter Lab56.30182.234015.3424
CIE-Lab63.09326.124617.5059

#af947a color RGB value is (175,148,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 01111010
Octal 257 224 172
Decimal 175 148 122
Hex AF 94 7A

RGB Percentages of Color #af947a

%39.33
%33.26
%27.42

CMYK Percentages of Color #af947a

%0
%15
%30
%31

Triadic Colors of #af947a

#af947a #7aaf94 #947aaf

Analogous Colors of #af947a

#af947a #afaf7a #af7a7b

Monochromatic Colors of #af947a

#af947a

Complementary Color

#af947a #7a95af

#af947a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af947a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af947a Color CSS Codes

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

#af947a Text Font Color

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

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


#af947a Background Color

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

This div background color is #af947a


#af947a Border Color

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

This div border color is #af947a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af947a


Comments

No comments written yet.

Please login to write comment.