#ABAAA6

Color #ABAAA6 Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #ABAAA6

Tints of Foggy Grey #ABAAA6

Color information

#ABAAA6 (or 0xABAAA6) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and A6. RGB value is (171,170,166). Sum of RGB (Red+Green+Blue) = 171+170+166=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA6 is #545559. Grayscale: #A9A9A9. Windows color (decimal): -5526874 or 10922667. OLE color: 10922667.

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

Color convert

RGB171170166-
CMYK00.010.030.33
HSL48º2.89%66.08%-
HSV(B)48º2.92%67.06%-
XYZ38.0540.1641.82-
YUV169.84125.83128.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=33.73%
G=33.53%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117016600.010.030.33482.8966.08
HexABAAA60132130342
Octal25325224601341603102
Binary1010101110101010101001100111100001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAA6; }

 p { color: rgb(171,170,166); }

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

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

 a { background-color: rgb(171,170,166); }

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

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

 span { border-color: rgb(171,170,166); }

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