Html Css Color HEX #AA9D9A Dusty Grey

📋 copy color: '#AA9D9A'

red 170 ◦ green 157 ◦ blue 154

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

Shades of Dusty Grey #AA9D9A

Tints of Dusty Grey #AA9D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.64%

 BLUE value IS 154 (60.55% from 255) = 32.02%

R = 35.34%
G = 32.64%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA9D9A (or 0xAA9D9A) is known color: Dusty Grey. HEX triplet: AA, 9D and 9A. RGB value is (170,157,154). Sum of RGB (Red+Green+Blue) = 170+157+154=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D9A is #556265. Grayscale: #A0A0A0. Windows color (decimal): -5595750 or 10132906. OLE color: 10132906.

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

Color convert

RGB 170 157 154 -
CMYK 0 0.08 0.09 0.33
HSL 11.25º 0.09% 0.64% -
HSV(B) 11.25º 0.09% 0.67% -
XYZ 34.47 34.99 35.51 -
YUV 160.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 170 157 154 0 0.08 0.09 0.33 11.25 0.09 0.64
Hex AA 9D 9A 0 8 9 21 B 9 40
Octal 252 235 232 0 10 11 41 13 11 100
Binary 10101010 10011101 10011010 0 1000 1001 100001 1011 1001 1000000

Color Harmonies of #AA9D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D9A

Black with #AA9D9A

Text Example


Text Example

White with #AA9D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D9A; }

 p { color: rgb(170,157,154); }

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

background-color css

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

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

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

border-color css

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

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

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