#AAA899

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

Shades of Foggy Grey #AAA899

Tints of Foggy Grey #AAA899

Color information

#AAA899 (or 0xAAA899) is unknown color: approx Foggy Grey. HEX triplet: AA, A8 and 99. RGB value is (170,168,153). Sum of RGB (Red+Green+Blue) = 170+168+153=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA899 is #555766. Grayscale: #A6A6A6. Windows color (decimal): -5592935 or 10070186. OLE color: 10070186.

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

Color convert

RGB170168153-
CMYK00.010.10.33
HSL52.94º9.09%63.33%-
HSV(B)52.94º10%66.67%-
XYZ36.3338.8535.72-
YUV166.89120.16130.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=34.62%
G=34.22%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016815300.010.10.3352.949.0963.33
HexAAA89901A213593f
Octal252250231011241651177
Binary1010101010101000100110010110101000011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA899; }

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

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

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

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

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

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

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

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