#ABC9A1

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

Shades of Spring Rain #ABC9A1

Tints of Spring Rain #ABC9A1

Color information

#ABC9A1 (or 0xABC9A1) is unknown color: approx Spring Rain. HEX triplet: AB, C9 and A1. RGB value is (171,201,161). Sum of RGB (Red+Green+Blue) = 171+201+161=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9A1 is #54365E. Grayscale: #BBBBBB. Windows color (decimal): -5518943 or 10602923. OLE color: 10602923.

HSL color Cylindrical-coordinate representation of color #ABC9A1: hue angle of 105º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC9A1 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB171201161-
CMYK0.1500.200.21
HSL105º27.03%70.98%-
HSV(B)105º19.9%78.82%-
XYZ44.115341.62-
YUV187.47113.06116.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 201 (78.91% from 255) = 37.71%
BLUE value IS 161 (63.28% from 255) = 30.21%
R=32.08%
G=37.71%
B=30.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011610.1500.200.2110527.0370.98
HexABC9A1F01415691b47
Octal253311241170242515133107
Binary1010101111001001101000011111010100101011101001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9A1; }

 p { color: rgb(171,201,161); }

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

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

 a { background-color: rgb(171,201,161); }

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

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

 span { border-color: rgb(171,201,161); }

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