#AF94A4

Color #AF94A4 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AF94A4

Tints of Shady Lady #AF94A4

Color information

#AF94A4 (or 0xAF94A4) is unknown color: approx Shady Lady. HEX triplet: AF, 94 and A4. RGB value is (175,148,164). Sum of RGB (Red+Green+Blue) = 175+148+164=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF94A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF94A4 is #506B5B. Grayscale: #9D9D9D. Windows color (decimal): -5270364 or 10785967. OLE color: 10785967.

HSL color Cylindrical-coordinate representation of color #AF94A4: hue angle of 324.44º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF94A4 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175148164-
CMYK00.150.060.31
HSL324.44º14.44%63.33%-
HSV(B)324.44º15.43%68.63%-
XYZ34.9732.9739.64-
YUV157.9131.45140.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=35.93%
G=30.39%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514816400.150.060.31324.4414.4463.33
HexAF94A40F61F144e3f
Octal2572242440176375041677
Binary10101111100101001010010001111110111111010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94A4; }

 p { color: rgb(175,148,164); }

 H1.HeaderClassName
 {
   color: #AF94A4;
 }
 .AnyTagClassName
 {
   color: #AF94A4;
 }
</style>
background-color css

<style>
 a { background-color: #AF94A4; }

 a { background-color: rgb(175,148,164); }

 div.DivClassName
 {
   background-color: #AF94A4;
 }
 .BgClassName
 {
   background-color: #AF94A4;
 }
</style>
border-color css

<style>
 span { border-color: #AF94A4; }

 span { border-color: rgb(175,148,164); }

 td.TdClassName
 {
   border-color: #AF94A4;
 }
 .TagClassName
 {
   border-color: #AF94A4;
 }
</style>