#ABAB9C

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

Shades of Foggy Grey #ABAB9C

Tints of Foggy Grey #ABAB9C

Color information

#ABAB9C (or 0xABAB9C) is unknown color: approx Foggy Grey. HEX triplet: AB, AB and 9C. RGB value is (171,171,156). Sum of RGB (Red+Green+Blue) = 171+171+156=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB9C is #545463. Grayscale: #A9A9A9. Windows color (decimal): -5526628 or 10267563. OLE color: 10267563.

HSL color Cylindrical-coordinate representation of color #ABAB9C: hue angle of 60º 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 #ABAB9C is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171171156-
CMYK000.090.33
HSL60º8.2%64.12%-
HSV(B)60º8.77%67.06%-
XYZ37.3640.1837.24-
YUV169.29120.5129.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=34.34%
G=34.34%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171156000.090.33608.264.12
HexABAB9C009213c840
Octal2532532340011417410100
Binary10101011101010111001110000100110000111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB9C; }

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

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

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

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

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

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

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

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