Html Css Color HEX #AA9A98 Dusty Grey

📋 copy color: '#AA9A98'

red 170 ◦ green 154 ◦ blue 152

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

Shades of Dusty Grey #AA9A98

Tints of Dusty Grey #AA9A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 35.71%
G = 32.35%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA9A98 (or 0xAA9A98) is known color: Dusty Grey. HEX triplet: AA, 9A and 98. RGB value is (170,154,152). Sum of RGB (Red+Green+Blue) = 170+154+152=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A98 is #556567. Grayscale: #9E9E9E. Windows color (decimal): -5596520 or 10001066. OLE color: 10001066.

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

Color convert

RGB 170 154 152 -
CMYK 0 0.09 0.11 0.33
HSL 6.67º 0.1% 0.63% -
HSV(B) 6.67º 0.11% 0.67% -
XYZ 33.8 33.92 34.47 -
YUV 158.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 170 154 152 0 0.09 0.11 0.33 6.67 0.1 0.63
Hex AA 9A 98 0 9 B 21 7 A 3F
Octal 252 232 230 0 11 13 41 7 12 77
Binary 10101010 10011010 10011000 0 1001 1011 100001 111 1010 111111

Color Harmonies of #AA9A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A98

Black with #AA9A98

Text Example


Text Example

White with #AA9A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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