#AAA8A1

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

Shades of Foggy Grey #AAA8A1

Tints of Foggy Grey #AAA8A1

Color information

#AAA8A1 (or 0xAAA8A1) is unknown color: approx Foggy Grey. HEX triplet: AA, A8 and A1. RGB value is (170,168,161). Sum of RGB (Red+Green+Blue) = 170+168+161=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA8A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8A1 is #55575E. Grayscale: #A7A7A7. Windows color (decimal): -5592927 or 10594474. OLE color: 10594474.

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

Color convert

RGB170168161-
CMYK00.010.050.33
HSL46.67º5.03%64.9%-
HSV(B)46.67º5.29%66.67%-
XYZ37.0139.1239.32-
YUV167.8124.16129.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=34.07%
G=33.67%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016816100.010.050.3346.675.0364.9
HexAAA8A1015212f541
Octal25225024101541575101
Binary101010101010100010100001011011000011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8A1; }

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

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

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

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

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

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

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

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