#ABAB9A

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

Shades of Foggy Grey #ABAB9A

Tints of Foggy Grey #ABAB9A

Color information

#ABAB9A (or 0xABAB9A) is unknown color: approx Foggy Grey. HEX triplet: AB, AB and 9A. RGB value is (171,171,154). Sum of RGB (Red+Green+Blue) = 171+171+154=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB9A is #545465. Grayscale: #A9A9A9. Windows color (decimal): -5526630 or 10136491. OLE color: 10136491.

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

Color convert

RGB171171154-
CMYK000.100.33
HSL60º9.19%63.73%-
HSV(B)60º9.94%67.06%-
XYZ37.1940.1236.36-
YUV169.06119.5129.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=34.48%
G=34.48%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171154000.100.33609.1963.73
HexABAB9A00A213c940
Octal2532532320012417411100
Binary10101011101010111001101000101010000111110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB9A; }

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

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

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

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

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

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

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

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