#ABB4A9

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

Shades of Rainee #ABB4A9

Tints of Rainee #ABB4A9

Color information

#ABB4A9 (or 0xABB4A9) is unknown color: approx Rainee. HEX triplet: AB, B4 and A9. RGB value is (171,180,169). Sum of RGB (Red+Green+Blue) = 171+180+169=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB4A9 is #544B56. Grayscale: #B0B0B0. Windows color (decimal): -5524311 or 11121835. OLE color: 11121835.

HSL color Cylindrical-coordinate representation of color #ABB4A9: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABB4A9 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB171180169-
CMYK0.0500.060.29
HSL109.09º6.83%68.43%-
HSV(B)109.09º6.11%70.59%-
XYZ40.2844.1743.94-
YUV176.05124.02124.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=32.88%
G=34.62%
B=32.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801690.0500.060.29109.096.8368.43
HexABB4A95061D6d744
Octal253264251506351557104
Binary10101011101101001010100110101101110111011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4A9; }

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

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

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

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

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

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

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

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