#AAA898

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

Shades of Foggy Grey #AAA898

Tints of Foggy Grey #AAA898

Color information

#AAA898 (or 0xAAA898) is unknown color: approx Foggy Grey. HEX triplet: AA, A8 and 98. RGB value is (170,168,152). Sum of RGB (Red+Green+Blue) = 170+168+152=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA898 is #555767. Grayscale: #A6A6A6. Windows color (decimal): -5592936 or 10004650. OLE color: 10004650.

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

Color convert

RGB170168152-
CMYK00.010.110.33
HSL53.33º9.57%63.14%-
HSV(B)53.33º10.59%66.67%-
XYZ36.2538.8235.29-
YUV166.77119.66130.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=34.69%
G=34.29%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016815200.010.110.3353.339.5763.14
HexAAA89801B2135a3f
Octal252250230011341651277
Binary1010101010101000100110000110111000011101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA898; }

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

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

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

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

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

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

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

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