#A99A99

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

Shades of Dusty Grey #A99A99

Tints of Dusty Grey #A99A99

Color information

#A99A99 (or 0xA99A99) is unknown color: approx Dusty Grey. HEX triplet: A9, 9A and 99. RGB value is (169,154,153). Sum of RGB (Red+Green+Blue) = 169+154+153=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A99 is #566566. Grayscale: #9E9E9E. Windows color (decimal): -5662055 or 10066601. OLE color: 10066601.

HSL color Cylindrical-coordinate representation of color #A99A99: hue angle of 3.75º degrees, saturation: 0.09, 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 #A99A99 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169154153-
CMYK00.090.090.34
HSL3.75º8.51%63.14%-
HSV(B)3.75º9.47%66.27%-
XYZ33.6733.8534.9-
YUV158.37124.97135.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=35.50%
G=32.35%
B=32.14%

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
Decimal16915415300.090.090.343.758.5163.14
HexA99A9909922493f
Octal251232231011114241177
Binary1010100110011010100110010100110011000101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A99; }

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

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

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

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

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

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

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

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