#ABAA9D

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

Shades of Foggy Grey #ABAA9D

Tints of Foggy Grey #ABAA9D

Color information

#ABAA9D (or 0xABAA9D) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and 9D. RGB value is (171,170,157). Sum of RGB (Red+Green+Blue) = 171+170+157=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA9D is #545562. Grayscale: #A8A8A8. Windows color (decimal): -5526883 or 10332843. OLE color: 10332843.

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

Color convert

RGB171170157-
CMYK00.010.080.33
HSL55.71º7.69%64.31%-
HSV(B)55.71º8.19%67.06%-
XYZ37.2639.8437.62-
YUV168.82121.33129.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=34.34%
G=34.14%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117015700.010.080.3355.717.6964.31
HexABAA9D0182138840
Octal2532522350110417010100
Binary10101011101010101001110101100010000111100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA9D; }

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

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

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

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

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

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

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

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