Html Css Color HEX #AA9999 Dusty Grey

📋 copy color: '#AA9999'

red 170 ◦ green 153 ◦ blue 153

#AA9999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #AA9999

Tints of Dusty Grey #AA9999

RGB

 RED value IS 170 (66.8% from 255) = 35.71%

 GREEN value IS 153 (60.16% from 255) = 32.14%

 BLUE value IS 153 (60.16% from 255) = 32.14%

R = 35.71%
G = 32.14%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA9999 (or 0xAA9999) is known color: Dusty Grey. HEX triplet: AA, 99 and 99. RGB value is (170,153,153). Sum of RGB (Red+Green+Blue) = 170+153+153=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9999 is #556666. Grayscale: #9E9E9E. Windows color (decimal): -5596775 or 10066346. OLE color: 10066346.

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

Color convert

RGB 170 153 153 -
CMYK 0 0.1 0.1 0.33
HSL 0.09% 0.63% -
HSV(B) 0.1% 0.67% -
XYZ 33.72 33.63 34.85 -
YUV 158.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 170 153 153 0 0.1 0.1 0.33 0 0.09 0.63
Hex AA 99 99 0 A A 21 0 9 3F
Octal 252 231 231 0 12 12 41 0 11 77
Binary 10101010 10011001 10011001 0 1010 1010 100001 0 1001 111111

Color Harmonies of #AA9999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9999

Black with #AA9999

Text Example


Text Example

White with #AA9999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9999; }

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

 H1.HeaderClassName
 {
   color: #AA9999;
 }
 .AnyTagClassName
 {
   color: #AA9999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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