#A99A9A

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

Shades of Dusty Grey #A99A9A

Tints of Dusty Grey #A99A9A

Color information

#A99A9A (or 0xA99A9A) is unknown color: approx Dusty Grey. HEX triplet: A9, 9A and 9A. RGB value is (169,154,154). Sum of RGB (Red+Green+Blue) = 169+154+154=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A9A is #566565. Grayscale: #9E9E9E. Windows color (decimal): -5662054 or 10132137. OLE color: 10132137.

HSL color Cylindrical-coordinate representation of color #A99A9A: hue angle of 0º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99A9A is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169154154-
CMYK00.090.090.34
HSL8.02%63.33%-
HSV(B)8.88%66.27%-
XYZ33.7533.8835.33-
YUV158.49125.47135.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=35.43%
G=32.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915415400.090.090.3408.0263.33
HexA99A9A09922083f
Octal251232232011114201077
Binary10101001100110101001101001001100110001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A9A; }

 p { color: rgb(169,154,154); }

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

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

 a { background-color: rgb(169,154,154); }

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

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

 span { border-color: rgb(169,154,154); }

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