#ABBAA9

Color #ABBAA9 Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #ABBAA9

Tints of Rainee #ABBAA9

Color information

#ABBAA9 (or 0xABBAA9) is unknown color: approx Rainee. HEX triplet: AB, BA and A9. RGB value is (171,186,169). Sum of RGB (Red+Green+Blue) = 171+186+169=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA9 is #544556. Grayscale: #B3B3B3. Windows color (decimal): -5522775 or 11123371. OLE color: 11123371.

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

Color convert

RGB171186169-
CMYK0.0800.090.27
HSL112.94º10.97%69.61%-
HSV(B)112.94º9.14%72.94%-
XYZ41.5146.6444.35-
YUV179.58122.03121.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=32.51%
G=35.36%
B=32.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861690.0800.090.27112.9410.9769.61
HexABBAA98091B71b46
Octal253272251100113316113106
Binary10101011101110101010100110000100111011111000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAA9; }

 p { color: rgb(171,186,169); }

 H1.HeaderClassName
 {
   color: #ABBAA9;
 }
 .AnyTagClassName
 {
   color: #ABBAA9;
 }
</style>
background-color css

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

 a { background-color: rgb(171,186,169); }

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

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

 span { border-color: rgb(171,186,169); }

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