Html Css Color HEX #AA9797 Dusty Grey

📋 copy color: '#AA9797'

red 170 ◦ green 151 ◦ blue 151

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

Shades of Dusty Grey #AA9797

Tints of Dusty Grey #AA9797

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.99%

 BLUE value IS 151 (59.38% from 255) = 31.99%

R = 36.02%
G = 31.99%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA9797 (or 0xAA9797) is known color: Dusty Grey. HEX triplet: AA, 97 and 97. RGB value is (170,151,151). Sum of RGB (Red+Green+Blue) = 170+151+151=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9797 is #556868. Grayscale: #9C9C9C. Windows color (decimal): -5597289 or 9934762. OLE color: 9934762.

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

Color convert

RGB 170 151 151 -
CMYK 0 0.11 0.11 0.33
HSL 0.1% 0.63% -
HSV(B) 0.11% 0.67% -
XYZ 33.23 32.91 33.88 -
YUV 156.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 170 151 151 0 0.11 0.11 0.33 0 0.1 0.63
Hex AA 97 97 0 B B 21 0 A 3F
Octal 252 227 227 0 13 13 41 0 12 77
Binary 10101010 10010111 10010111 0 1011 1011 100001 0 1010 111111

Color Harmonies of #AA9797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9797

Black with #AA9797

Text Example


Text Example

White with #AA9797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9797; }

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

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

background-color css

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

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

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

border-color css

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

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

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