#AAA89B

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

Shades of Foggy Grey #AAA89B

Tints of Foggy Grey #AAA89B

Color information

#AAA89B (or 0xAAA89B) is unknown color: approx Foggy Grey. HEX triplet: AA, A8 and 9B. RGB value is (170,168,155). Sum of RGB (Red+Green+Blue) = 170+168+155=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA89B is #555764. Grayscale: #A7A7A7. Windows color (decimal): -5592933 or 10201258. OLE color: 10201258.

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

Color convert

RGB170168155-
CMYK00.010.090.33
HSL52º8.11%63.73%-
HSV(B)52º8.82%66.67%-
XYZ36.538.9236.6-
YUV167.12121.16130.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=34.48%
G=34.08%
B=31.44%

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
Decimal17016815500.010.090.33528.1163.73
HexAAA89B0192134840
Octal2522502330111416410100
Binary10101010101010001001101101100110000111010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA89B; }

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

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

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

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

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

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

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

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