#ABAAA0

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

Shades of Foggy Grey #ABAAA0

Tints of Foggy Grey #ABAAA0

Color information

#ABAAA0 (or 0xABAAA0) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and A0. RGB value is (171,170,160). Sum of RGB (Red+Green+Blue) = 171+170+160=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA0 is #54555F. Grayscale: #A9A9A9. Windows color (decimal): -5526880 or 10529451. OLE color: 10529451.

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

Color convert

RGB171170160-
CMYK00.010.060.33
HSL54.55º6.15%64.9%-
HSV(B)54.55º6.43%67.06%-
XYZ37.5139.9538.99-
YUV169.16122.83129.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=34.13%
G=33.93%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117016000.010.060.3354.556.1564.9
HexABAAA00162137641
Octal25325224001641676101
Binary101010111010101010100000011101000011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAA0; }

 p { color: rgb(171,170,160); }

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

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

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

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

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

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

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