#AA9595

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

Shades of Dusty Grey #AA9595

Tints of Dusty Grey #AA9595

Color information

#AA9595 (or 0xAA9595) is unknown color: approx Dusty Grey. HEX triplet: AA, 95 and 95. RGB value is (170,149,149). Sum of RGB (Red+Green+Blue) = 170+149+149=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9595 is #556A6A. Grayscale: #9B9B9B. Windows color (decimal): -5597803 or 9803178. OLE color: 9803178.

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

Color convert

RGB170149149-
CMYK00.120.120.33
HSL10.99%62.55%-
HSV(B)12.35%66.67%-
XYZ32.7532.2132.92-
YUV155.28124.46138.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014914900.120.120.33010.9962.55
HexAA95950CC210b3f
Octal252225225014144101377
Binary10101010100101011001010101100110010000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9595; }

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

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

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

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

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

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

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

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