#AFA1A5

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

Shades of Shady Lady #AFA1A5

Tints of Shady Lady #AFA1A5

Color information

#AFA1A5 (or 0xAFA1A5) is unknown color: approx Shady Lady. HEX triplet: AF, A1 and A5. RGB value is (175,161,165). Sum of RGB (Red+Green+Blue) = 175+161+165=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA1A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA1A5 is #505E5A. Grayscale: #A5A5A5. Windows color (decimal): -5267035 or 10854831. OLE color: 10854831.

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

Color convert

RGB175161165-
CMYK00.080.060.31
HSL342.86º8.05%65.88%-
HSV(B)342.86º8%68.63%-
XYZ37.2237.3240.84-
YUV165.64127.64134.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 165 (64.84% from 255) = 32.93%
R=34.93%
G=32.14%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516116500.080.060.31342.868.0565.88
HexAFA1A50861F157842
Octal25724124501063752710102
Binary101011111010000110100101010001101111110101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1A5; }

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

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

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

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

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

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

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

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