#ABCAA0

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

Shades of Spring Rain #ABCAA0

Tints of Spring Rain #ABCAA0

Color information

#ABCAA0 (or 0xABCAA0) is unknown color: approx Spring Rain. HEX triplet: AB, CA and A0. RGB value is (171,202,160). Sum of RGB (Red+Green+Blue) = 171+202+160=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAA0 is #54355F. Grayscale: #BCBCBC. Windows color (decimal): -5518688 or 10537643. OLE color: 10537643.

HSL color Cylindrical-coordinate representation of color #ABCAA0: hue angle of 104.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCAA0 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB171202160-
CMYK0.1500.210.21
HSL104.29º28.38%70.98%-
HSV(B)104.29º20.79%79.22%-
XYZ44.2653.4441.24-
YUV187.94112.23115.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=32.08%
G=37.90%
B=30.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021600.1500.210.21104.2928.3870.98
HexABCAA0F01515681c47
Octal253312240170252515034107
Binary1010101111001010101000001111010101101011101000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAA0; }

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

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

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

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

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

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

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

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