#ABBFA1

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

Shades of Spring Rain #ABBFA1

Tints of Spring Rain #ABBFA1

Color information

#ABBFA1 (or 0xABBFA1) is unknown color: approx Spring Rain. HEX triplet: AB, BF and A1. RGB value is (171,191,161). Sum of RGB (Red+Green+Blue) = 171+191+161=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFA1 is #54405E. Grayscale: #B5B5B5. Windows color (decimal): -5521503 or 10600363. OLE color: 10600363.

HSL color Cylindrical-coordinate representation of color #ABBFA1: hue angle of 100º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBFA1 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB171191161-
CMYK0.1000.160.25
HSL100º18.99%69.02%-
HSV(B)100º15.71%74.9%-
XYZ41.8648.4940.87-
YUV181.6116.37120.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=32.70%
G=36.52%
B=30.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911610.1000.160.2510018.9969.02
HexABBFA1A01019641345
Octal253277241120203114423105
Binary1010101110111111101000011010010000110011100100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFA1; }

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

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

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

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

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

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

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

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