#AF94A5

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

Shades of Shady Lady #AF94A5

Tints of Shady Lady #AF94A5

Color information

#AF94A5 (or 0xAF94A5) is unknown color: approx Shady Lady. HEX triplet: AF, 94 and A5. RGB value is (175,148,165). Sum of RGB (Red+Green+Blue) = 175+148+165=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF94A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF94A5 is #506B5A. Grayscale: #9D9D9D. Windows color (decimal): -5270363 or 10851503. OLE color: 10851503.

HSL color Cylindrical-coordinate representation of color #AF94A5: hue angle of 322.22º 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 #AF94A5 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175148165-
CMYK00.150.060.31
HSL322.22º14.44%63.33%-
HSV(B)322.22º15.43%68.63%-
XYZ35.0633.0140.12-
YUV158.01131.95140.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 165 (64.84% from 255) = 33.81%
R=35.86%
G=30.33%
B=33.81%

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
Decimal17514816500.150.060.31322.2214.4463.33
HexAF94A50F61F142e3f
Octal2572242450176375021677
Binary10101111100101001010010101111110111111010000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94A5; }

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

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

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

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

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

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

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

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