#AAAA9D

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

Shades of Foggy Grey #AAAA9D

Tints of Foggy Grey #AAAA9D

Color information

#AAAA9D (or 0xAAAA9D) is unknown color: approx Foggy Grey. HEX triplet: AA, AA and 9D. RGB value is (170,170,157). Sum of RGB (Red+Green+Blue) = 170+170+157=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA9D is #555562. Grayscale: #A8A8A8. Windows color (decimal): -5592419 or 10332842. OLE color: 10332842.

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

Color convert

RGB170170157-
CMYK000.080.33
HSL60º7.1%64.12%-
HSV(B)60º7.65%66.67%-
XYZ37.0439.7337.61-
YUV168.52121.5129.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=34.21%
G=34.21%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170157000.080.33607.164.12
HexAAAA9D008213c740
Octal252252235001041747100
Binary1010101010101010100111010010001000011111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA9D; }

 p { color: rgb(170,170,157); }

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

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

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

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

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

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

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