#ABBBA1

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

Shades of Spring Rain #ABBBA1

Tints of Spring Rain #ABBBA1

Color information

#ABBBA1 (or 0xABBBA1) is unknown color: approx Spring Rain. HEX triplet: AB, BB and A1. RGB value is (171,187,161). Sum of RGB (Red+Green+Blue) = 171+187+161=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBA1 is #54445E. Grayscale: #B3B3B3. Windows color (decimal): -5522527 or 10599339. OLE color: 10599339.

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

Color convert

RGB171187161-
CMYK0.0900.140.27
HSL96.92º16.05%68.24%-
HSV(B)96.92º13.9%73.33%-
XYZ4146.7740.59-
YUV179.25117.7122.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=32.95%
G=36.03%
B=31.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871610.0900.140.2796.9216.0568.24
HexABBBA190E1B611044
Octal253273241110163314120104
Binary101010111011101110100001100101110110111100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBA1; }

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

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

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

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

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

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

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

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