Html Css Color HEX #AA9B9A Dusty Grey

📋 copy color: '#AA9B9A'

red 170 ◦ green 155 ◦ blue 154

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

Shades of Dusty Grey #AA9B9A

Tints of Dusty Grey #AA9B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

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

R = 35.49%
G = 32.36%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA9B9A (or 0xAA9B9A) is known color: Dusty Grey. HEX triplet: AA, 9B and 9A. RGB value is (170,155,154). Sum of RGB (Red+Green+Blue) = 170+155+154=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B9A is #556465. Grayscale: #9F9F9F. Windows color (decimal): -5596262 or 10132394. OLE color: 10132394.

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

Color convert

RGB 170 155 154 -
CMYK 0 0.09 0.09 0.33
HSL 3.75º 0.09% 0.64% -
HSV(B) 3.75º 0.09% 0.67% -
XYZ 34.13 34.32 35.4 -
YUV 159.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 170 155 154 0 0.09 0.09 0.33 3.75 0.09 0.64
Hex AA 9B 9A 0 9 9 21 4 9 40
Octal 252 233 232 0 11 11 41 4 11 100
Binary 10101010 10011011 10011010 0 1001 1001 100001 100 1001 1000000

Color Harmonies of #AA9B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B9A

Black with #AA9B9A

Text Example


Text Example

White with #AA9B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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