#AFA1A7

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

Shades of Shady Lady #AFA1A7

Tints of Shady Lady #AFA1A7

Color information

#AFA1A7 (or 0xAFA1A7) is unknown color: approx Shady Lady. HEX triplet: AF, A1 and A7. RGB value is (175,161,167). Sum of RGB (Red+Green+Blue) = 175+161+167=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA1A7 is #505E58. Grayscale: #A5A5A5. Windows color (decimal): -5267033 or 10985903. OLE color: 10985903.

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

Color convert

RGB175161167-
CMYK00.080.050.31
HSL334.29º8.05%65.88%-
HSV(B)334.29º8%68.63%-
XYZ37.437.3941.81-
YUV165.87128.64134.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=34.79%
G=32.01%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516116700.080.050.31334.298.0565.88
HexAFA1A70851F14e842
Octal25724124701053751610102
Binary101011111010000110100111010001011111110100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1A7; }

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

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

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

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

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

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

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

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