#AFA0A7

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

Shades of Shady Lady #AFA0A7

Tints of Shady Lady #AFA0A7

Color information

#AFA0A7 (or 0xAFA0A7) is unknown color: approx Shady Lady. HEX triplet: AF, A0 and A7. RGB value is (175,160,167). Sum of RGB (Red+Green+Blue) = 175+160+167=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0A7 is #505F58. Grayscale: #A5A5A5. Windows color (decimal): -5267289 or 10985647. OLE color: 10985647.

HSL color Cylindrical-coordinate representation of color #AFA0A7: hue angle of 332º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA0A7 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB175160167-
CMYK00.090.050.31
HSL332º8.57%65.69%-
HSV(B)332º8.57%68.63%-
XYZ37.2337.0541.75-
YUV165.28128.97134.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 167 (65.62% from 255) = 33.27%
R=34.86%
G=31.87%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516016700.090.050.313328.5765.69
HexAFA0A70951F14c942
Octal25724024701153751411102
Binary101011111010000010100111010011011111110100110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0A7; }

 p { color: rgb(175,160,167); }

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

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

 a { background-color: rgb(175,160,167); }

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

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

 span { border-color: rgb(175,160,167); }

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