#AAA89A

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

Shades of Foggy Grey #AAA89A

Tints of Foggy Grey #AAA89A

Color information

#AAA89A (or 0xAAA89A) is unknown color: approx Foggy Grey. HEX triplet: AA, A8 and 9A. RGB value is (170,168,154). Sum of RGB (Red+Green+Blue) = 170+168+154=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA89A is #555765. Grayscale: #A7A7A7. Windows color (decimal): -5592934 or 10135722. OLE color: 10135722.

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

Color convert

RGB170168154-
CMYK00.010.090.33
HSL52.5º8.6%63.53%-
HSV(B)52.5º9.41%66.67%-
XYZ36.4138.8836.16-
YUV167120.66130.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=34.55%
G=34.15%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016815400.010.090.3352.58.663.53
HexAAA89A0192135940
Octal2522502320111416511100
Binary10101010101010001001101001100110000111010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA89A; }

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

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

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

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

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

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

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

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