#ABBAAA

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

Shades of Rainee #ABBAAA

Tints of Rainee #ABBAAA

Color information

#ABBAAA (or 0xABBAAA) is unknown color: approx Rainee. HEX triplet: AB, BA and AA. RGB value is (171,186,170). Sum of RGB (Red+Green+Blue) = 171+186+170=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAAA is #544555. Grayscale: #B3B3B3. Windows color (decimal): -5522774 or 11188907. OLE color: 11188907.

HSL color Cylindrical-coordinate representation of color #ABBAAA: hue angle of 116.25º degrees, saturation: 0.1, 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 #ABBAAA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB171186170-
CMYK0.0800.090.27
HSL116.25º10.39%69.8%-
HSV(B)116.25º8.6%72.94%-
XYZ41.6146.6844.85-
YUV179.69122.53121.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=32.45%
G=35.29%
B=32.26%

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
Decimal1711861700.0800.090.27116.2510.3969.8
HexABBAAA8091B74a46
Octal253272252100113316412106
Binary10101011101110101010101010000100111011111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAAA; }

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

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

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

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

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

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

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

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