#AAA79A

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

Shades of Foggy Grey #AAA79A

Tints of Foggy Grey #AAA79A

Color information

#AAA79A (or 0xAAA79A) is unknown color: approx Foggy Grey. HEX triplet: AA, A7 and 9A. RGB value is (170,167,154). Sum of RGB (Red+Green+Blue) = 170+167+154=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA79A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA79A is #555865. Grayscale: #A6A6A6. Windows color (decimal): -5593190 or 10135466. OLE color: 10135466.

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

Color convert

RGB170167154-
CMYK00.020.090.33
HSL48.75º8.6%63.53%-
HSV(B)48.75º9.41%66.67%-
XYZ36.2338.5236.1-
YUV166.42120.99130.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=34.62%
G=34.01%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016715400.020.090.3348.758.663.53
HexAAA79A0292131940
Octal2522472320211416111100
Binary101010101010011110011010010100110000111000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA79A; }

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

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

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

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

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

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

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

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