#ABAB96

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

Shades of Foggy Grey #ABAB96

Tints of Foggy Grey #ABAB96

Color information

#ABAB96 (or 0xABAB96) is unknown color: approx Foggy Grey. HEX triplet: AB, AB and 96. RGB value is (171,171,150). Sum of RGB (Red+Green+Blue) = 171+171+150=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB96 is #545469. Grayscale: #A8A8A8. Windows color (decimal): -5526634 or 9874347. OLE color: 9874347.

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

Color convert

RGB171171150-
CMYK000.120.33
HSL60º11.11%62.94%-
HSV(B)60º12.28%67.06%-
XYZ36.8639.9934.63-
YUV168.61117.5129.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=34.76%
G=34.76%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171150000.120.336011.1162.94
HexABAB9600C213cb3f
Octal253253226001441741377
Binary1010101110101011100101100011001000011111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB96; }

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

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

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

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

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

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

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

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