#ABA9A0

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

Shades of Foggy Grey #ABA9A0

Tints of Foggy Grey #ABA9A0

Color information

#ABA9A0 (or 0xABA9A0) is unknown color: approx Foggy Grey. HEX triplet: AB, A9 and A0. RGB value is (171,169,160). Sum of RGB (Red+Green+Blue) = 171+169+160=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA9A0 is #54565F. Grayscale: #A8A8A8. Windows color (decimal): -5527136 or 10529195. OLE color: 10529195.

HSL color Cylindrical-coordinate representation of color #ABA9A0: hue angle of 49.09º 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 #ABA9A0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB171169160-
CMYK00.010.060.33
HSL49.09º6.15%64.9%-
HSV(B)49.09º6.43%67.06%-
XYZ37.3339.5738.93-
YUV168.57123.16129.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 160 (62.89% from 255) = 32%
R=34.2%
G=33.8%
B=32%

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
Decimal17116916000.010.060.3349.096.1564.9
HexABA9A00162131641
Octal25325124001641616101
Binary101010111010100110100000011101000011100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9A0; }

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

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

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

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

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

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

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

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