#ABAB99

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

Shades of Foggy Grey #ABAB99

Tints of Foggy Grey #ABAB99

Color information

#ABAB99 (or 0xABAB99) is unknown color: approx Foggy Grey. HEX triplet: AB, AB and 99. RGB value is (171,171,153). Sum of RGB (Red+Green+Blue) = 171+171+153=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB99 is #545466. Grayscale: #A9A9A9. Windows color (decimal): -5526631 or 10070955. OLE color: 10070955.

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

Color convert

RGB171171153-
CMYK000.110.33
HSL60º9.68%63.53%-
HSV(B)60º10.53%67.06%-
XYZ37.1140.0835.92-
YUV168.95119129.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=34.55%
G=34.55%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171153000.110.33609.6863.53
HexABAB9900B213ca40
Octal2532532310013417412100
Binary10101011101010111001100100101110000111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB99; }

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

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

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

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

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

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

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

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