#ABCAA2

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

Shades of Spring Rain #ABCAA2

Tints of Spring Rain #ABCAA2

Color information

#ABCAA2 (or 0xABCAA2) is unknown color: approx Spring Rain. HEX triplet: AB, CA and A2. RGB value is (171,202,162). Sum of RGB (Red+Green+Blue) = 171+202+162=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAA2 is #54355D. Grayscale: #BCBCBC. Windows color (decimal): -5518686 or 10668715. OLE color: 10668715.

HSL color Cylindrical-coordinate representation of color #ABCAA2: hue angle of 106.5º 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 #ABCAA2 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB171202162-
CMYK0.1500.200.21
HSL106.5º27.4%71.37%-
HSV(B)106.5º19.8%79.22%-
XYZ44.4453.5142.17-
YUV188.17113.23115.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 162 (63.67% from 255) = 30.28%
R=31.96%
G=37.76%
B=30.28%

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
Decimal1712021620.1500.200.21106.527.471.37
HexABCAA2F014156a1b47
Octal253312242170242515233107
Binary1010101111001010101000101111010100101011101010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAA2; }

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

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

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

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

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

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

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

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