#ABAA9C

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

Shades of Foggy Grey #ABAA9C

Tints of Foggy Grey #ABAA9C

Color information

#ABAA9C (or 0xABAA9C) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and 9C. RGB value is (171,170,156). Sum of RGB (Red+Green+Blue) = 171+170+156=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA9C is #545563. Grayscale: #A8A8A8. Windows color (decimal): -5526884 or 10267307. OLE color: 10267307.

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

Color convert

RGB171170156-
CMYK00.010.090.33
HSL56º8.2%64.12%-
HSV(B)56º8.77%67.06%-
XYZ37.1739.8137.18-
YUV168.7120.83129.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=34.41%
G=34.21%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117015600.010.090.33568.264.12
HexABAA9C0192138840
Octal2532522340111417010100
Binary10101011101010101001110001100110000111100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA9C; }

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

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

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

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

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

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

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

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