#ABBAA2

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

Shades of Spring Rain #ABBAA2

Tints of Spring Rain #ABBAA2

Color information

#ABBAA2 (or 0xABBAA2) is unknown color: approx Spring Rain. HEX triplet: AB, BA and A2. RGB value is (171,186,162). Sum of RGB (Red+Green+Blue) = 171+186+162=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA2 is #54455D. Grayscale: #B2B2B2. Windows color (decimal): -5522782 or 10664619. OLE color: 10664619.

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

Color convert

RGB171186162-
CMYK0.0800.130.27
HSL97.5º14.81%68.24%-
HSV(B)97.5º12.9%72.94%-
XYZ40.8846.3840.98-
YUV178.78118.53122.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=32.95%
G=35.84%
B=31.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861620.0800.130.2797.514.8168.24
HexABBAA280D1B61f44
Octal253272242100153314117104
Binary10101011101110101010001010000110111011110000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAA2; }

 p { color: rgb(171,186,162); }

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

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

 a { background-color: rgb(171,186,162); }

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

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

 span { border-color: rgb(171,186,162); }

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