#ABBAA3

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

Shades of Spring Rain #ABBAA3

Tints of Spring Rain #ABBAA3

Color information

#ABBAA3 (or 0xABBAA3) is unknown color: approx Spring Rain. HEX triplet: AB, BA and A3. RGB value is (171,186,163). Sum of RGB (Red+Green+Blue) = 171+186+163=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA3 is #54455C. Grayscale: #B2B2B2. Windows color (decimal): -5522781 or 10730155. OLE color: 10730155.

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

Color convert

RGB171186163-
CMYK0.0800.120.27
HSL99.13º14.29%68.43%-
HSV(B)99.13º12.37%72.94%-
XYZ40.9646.4241.45-
YUV178.89119.03122.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=32.88%
G=35.77%
B=31.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861630.0800.120.2799.1314.2968.43
HexABBAA380C1B63e44
Octal253272243100143314316104
Binary10101011101110101010001110000110011011110001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAA3; }

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

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

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

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

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

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

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

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