Html Css Color HEX #AA9896 Dusty Grey

📋 copy color: '#AA9896'

red 170 ◦ green 152 ◦ blue 150

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

Shades of Dusty Grey #AA9896

Tints of Dusty Grey #AA9896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.2%

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

R = 36.02%
G = 32.2%
B = 31.78%

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

#AA9896 (or 0xAA9896) is known color: Dusty Grey. HEX triplet: AA, 98 and 96. RGB value is (170,152,150). Sum of RGB (Red+Green+Blue) = 170+152+150=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9896 is #556769. Grayscale: #9D9D9D. Windows color (decimal): -5597034 or 9869482. OLE color: 9869482.

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

Color convert

RGB 170 152 150 -
CMYK 0 0.11 0.12 0.33
HSL 0.11% 0.63% -
HSV(B) 0.12% 0.67% -
XYZ 33.31 33.2 33.51 -
YUV 157.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 170 152 150 0 0.11 0.12 0.33 6 0.11 0.63
Hex AA 98 96 0 B C 21 6 B 3F
Octal 252 230 226 0 13 14 41 6 13 77
Binary 10101010 10011000 10010110 0 1011 1100 100001 110 1011 111111

Color Harmonies of #AA9896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9896

Black with #AA9896

Text Example


Text Example

White with #AA9896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9896; }

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

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

background-color css

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

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

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

border-color css

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

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

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