#ABAA99

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

Shades of Foggy Grey #ABAA99

Tints of Foggy Grey #ABAA99

Color information

#ABAA99 (or 0xABAA99) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and 99. RGB value is (171,170,153). Sum of RGB (Red+Green+Blue) = 171+170+153=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA99 is #545566. Grayscale: #A8A8A8. Windows color (decimal): -5526887 or 10070699. OLE color: 10070699.

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

Color convert

RGB171170153-
CMYK00.010.110.33
HSL56.67º9.68%63.53%-
HSV(B)56.67º10.53%67.06%-
XYZ36.9239.7135.86-
YUV168.36119.33129.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=34.62%
G=34.41%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117015300.010.110.3356.679.6863.53
HexABAA9901B2139a40
Octal2532522310113417112100
Binary10101011101010101001100101101110000111100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA99; }

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

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

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

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

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

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

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

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