Html Css Color HEX #AA9796 Dusty Grey

📋 copy color: '#AA9796'

red 170 ◦ green 151 ◦ blue 150

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

Shades of Dusty Grey #AA9796

Tints of Dusty Grey #AA9796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 36.09%
G = 32.06%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA9796 (or 0xAA9796) is known color: Dusty Grey. HEX triplet: AA, 97 and 96. RGB value is (170,151,150). Sum of RGB (Red+Green+Blue) = 170+151+150=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9796 is #556869. Grayscale: #9C9C9C. Windows color (decimal): -5597290 or 9869226. OLE color: 9869226.

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

Color convert

RGB 170 151 150 -
CMYK 0 0.11 0.12 0.33
HSL 0.11% 0.63% -
HSV(B) 0.12% 0.67% -
XYZ 33.15 32.88 33.45 -
YUV 156.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 170 151 150 0 0.11 0.12 0.33 3 0.11 0.63
Hex AA 97 96 0 B C 21 3 B 3F
Octal 252 227 226 0 13 14 41 3 13 77
Binary 10101010 10010111 10010110 0 1011 1100 100001 11 1011 111111

Color Harmonies of #AA9796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9796

Black with #AA9796

Text Example


Text Example

White with #AA9796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9796; }

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

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

background-color css

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

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

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

border-color css

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

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

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