#AAAA9B

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

Shades of Foggy Grey #AAAA9B

Tints of Foggy Grey #AAAA9B

Color information

#AAAA9B (or 0xAAAA9B) is unknown color: approx Foggy Grey. HEX triplet: AA, AA and 9B. RGB value is (170,170,155). Sum of RGB (Red+Green+Blue) = 170+170+155=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA9B is #555564. Grayscale: #A8A8A8. Windows color (decimal): -5592421 or 10201770. OLE color: 10201770.

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

Color convert

RGB170170155-
CMYK000.090.33
HSL60º8.11%63.73%-
HSV(B)60º8.82%66.67%-
XYZ36.8739.6636.72-
YUV168.29120.5129.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=34.34%
G=34.34%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170155000.090.33608.1163.73
HexAAAA9B009213c840
Octal2522522330011417410100
Binary10101010101010101001101100100110000111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA9B; }

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

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

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

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

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

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

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

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