#AA9998

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

Shades of Dusty Grey #AA9998

Tints of Dusty Grey #AA9998

Color information

#AA9998 (or 0xAA9998) is unknown color: approx Dusty Grey. HEX triplet: AA, 99 and 98. RGB value is (170,153,152). Sum of RGB (Red+Green+Blue) = 170+153+152=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9998 is #556667. Grayscale: #9D9D9D. Windows color (decimal): -5596776 or 10000810. OLE color: 10000810.

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

Color convert

RGB170153152-
CMYK00.10.110.33
HSL3.33º9.57%63.14%-
HSV(B)3.33º10.59%66.67%-
XYZ33.6433.634.42-
YUV157.97124.63136.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 152 (59.77% from 255) = 32%
R=35.79%
G=32.21%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015315200.10.110.333.339.5763.14
HexAA99980AB213a3f
Octal252231230012134131277
Binary101010101001100110011000010101011100001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9998; }

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

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

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

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

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

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

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

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