#ABC1A9

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

Shades of Rainee #ABC1A9

Tints of Rainee #ABC1A9

Color information

#ABC1A9 (or 0xABC1A9) is unknown color: approx Rainee. HEX triplet: AB, C1 and A9. RGB value is (171,193,169). Sum of RGB (Red+Green+Blue) = 171+193+169=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC1A9 is #543E56. Grayscale: #B7B7B7. Windows color (decimal): -5520983 or 11125163. OLE color: 11125163.

HSL color Cylindrical-coordinate representation of color #ABC1A9: hue angle of 115º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC1A9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB171193169-
CMYK0.1100.120.24
HSL115º16.22%70.98%-
HSV(B)115º12.44%75.69%-
XYZ43.0349.6644.85-
YUV183.69119.71118.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=32.08%
G=36.21%
B=31.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931690.1100.120.2411516.2270.98
HexABC1A9B0C18731047
Octal253301251130143016320107
Binary101010111100000110101001101101100110001110011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1A9; }

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

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

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

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

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

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

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

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