#ABABA2

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

Shades of Foggy Grey #ABABA2

Tints of Foggy Grey #ABABA2

Color information

#ABABA2 (or 0xABABA2) is unknown color: approx Foggy Grey. HEX triplet: AB, AB and A2. RGB value is (171,171,162). Sum of RGB (Red+Green+Blue) = 171+171+162=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA2 is #54545D. Grayscale: #AAAAAA. Windows color (decimal): -5526622 or 10660779. OLE color: 10660779.

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

Color convert

RGB171171162-
CMYK000.050.33
HSL60º5.08%65.29%-
HSV(B)60º5.26%67.06%-
XYZ37.8840.3939.98-
YUV169.97123.5128.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 162 (63.67% from 255) = 32.14%
R=33.93%
G=33.93%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171162000.050.33605.0865.29
HexABABA2005213c541
Octal25325324200541745101
Binary101010111010101110100010001011000011111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABA2; }

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

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

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

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

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

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

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

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