#AAAA95

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

Shades of Foggy Grey #AAAA95

Tints of Foggy Grey #AAAA95

Color information

#AAAA95 (or 0xAAAA95) is unknown color: approx Foggy Grey. HEX triplet: AA, AA and 95. RGB value is (170,170,149). Sum of RGB (Red+Green+Blue) = 170+170+149=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA95 is #55556A. Grayscale: #A7A7A7. Windows color (decimal): -5592427 or 9808554. OLE color: 9808554.

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

Color convert

RGB170170149-
CMYK000.120.33
HSL60º10.99%62.55%-
HSV(B)60º12.35%66.67%-
XYZ36.3839.4734.13-
YUV167.61117.5129.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=34.76%
G=34.76%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170149000.120.336010.9962.55
HexAAAA9500C213cb3f
Octal252252225001441741377
Binary1010101010101010100101010011001000011111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA95; }

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

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

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

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

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

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

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

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