Html Css Color HEX #AAB9A8 Rainee

📋 copy color: '#AAB9A8'

red 170 ◦ green 185 ◦ blue 168

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

Shades of Rainee #AAB9A8

Tints of Rainee #AAB9A8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

 BLUE value IS 168 (66.02% from 255) = 32.12%

R = 32.5%
G = 35.37%
B = 32.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#AAB9A8 (or 0xAAB9A8) is known color: Rainee. HEX triplet: AA, B9 and A8. RGB value is (170,185,168). Sum of RGB (Red+Green+Blue) = 170+185+168=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9A8 is #554657. Grayscale: #B2B2B2. Windows color (decimal): -5588568 or 11057578. OLE color: 11057578.

HSL color Cylindrical-coordinate representation of color #AAB9A8: hue angle of 112.94º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB9A8 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 168 -
CMYK 0.08 0 0.09 0.27
HSL 112.94º 0.11% 0.69% -
HSV(B) 112.94º 0.09% 0.73% -
XYZ 40.99 46.07 43.78 -
YUV 178.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 170 185 168 0.08 0 0.09 0.27 112.94 0.11 0.69
Hex AA B9 A8 8 0 9 1B 71 B 45
Octal 252 271 250 10 0 11 33 161 13 105
Binary 10101010 10111001 10101000 1000 0 1001 11011 1110001 1011 1000101

Color Harmonies of #AAB9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9A8

Black with #AAB9A8

Text Example


Text Example

White with #AAB9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9A8; }

 p { color: rgb(170,185,168); }

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

background-color css

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

 a { background-color: rgb(170,185,168); }

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

border-color css

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

 span { border-color: rgb(170,185,168); }

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