#AFA8AA

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

Shades of Shady Lady #AFA8AA

Tints of Shady Lady #AFA8AA

Color information

#AFA8AA (or 0xAFA8AA) is unknown color: approx Shady Lady. HEX triplet: AF, A8 and AA. RGB value is (175,168,170). Sum of RGB (Red+Green+Blue) = 175+168+170=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8AA is #505755. Grayscale: #AAAAAA. Windows color (decimal): -5265238 or 11184303. OLE color: 11184303.

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

Color convert

RGB175168170-
CMYK00.040.030.31
HSL342.86º4.19%67.25%-
HSV(B)342.86º4%68.63%-
XYZ38.9440.0243.7-
YUV170.32127.82131.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=34.11%
G=32.75%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516817000.040.030.31342.864.1967.25
HexAFA8AA0431F157443
Octal257250252043375274103
Binary101011111010100010101010010011111111010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8AA; }

 p { color: rgb(175,168,170); }

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

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

 a { background-color: rgb(175,168,170); }

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

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

 span { border-color: rgb(175,168,170); }

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