#AFA3A6

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

Shades of Shady Lady #AFA3A6

Tints of Shady Lady #AFA3A6

Color information

#AFA3A6 (or 0xAFA3A6) is unknown color: approx Shady Lady. HEX triplet: AF, A3 and A6. RGB value is (175,163,166). Sum of RGB (Red+Green+Blue) = 175+163+166=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA3A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA3A6 is #505C59. Grayscale: #A6A6A6. Windows color (decimal): -5266522 or 10920879. OLE color: 10920879.

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

Color convert

RGB175163166-
CMYK00.070.050.31
HSL345º6.98%66.27%-
HSV(B)345º6.86%68.63%-
XYZ37.6638.0641.44-
YUV166.93127.48133.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=34.72%
G=32.34%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516316600.070.050.313456.9866.27
HexAFA3A60751F159742
Octal257243246075375317102
Binary1010111110100011101001100111101111111010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3A6; }

 p { color: rgb(175,163,166); }

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

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

 a { background-color: rgb(175,163,166); }

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

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

 span { border-color: rgb(175,163,166); }

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