#ABCDA1

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

Shades of Spring Rain #ABCDA1

Tints of Spring Rain #ABCDA1

Color information

#ABCDA1 (or 0xABCDA1) is unknown color: approx Spring Rain. HEX triplet: AB, CD and A1. RGB value is (171,205,161). Sum of RGB (Red+Green+Blue) = 171+205+161=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDA1 is #54325E. Grayscale: #BDBDBD. Windows color (decimal): -5517919 or 10603947. OLE color: 10603947.

HSL color Cylindrical-coordinate representation of color #ABCDA1: hue angle of 106.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCDA1 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB171205161-
CMYK0.1700.210.20
HSL106.36º30.56%71.76%-
HSV(B)106.36º21.46%80.39%-
XYZ45.0654.8941.94-
YUV189.82111.74114.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 161 (63.28% from 255) = 29.98%
R=31.84%
G=38.18%
B=29.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051610.1700.210.20106.3630.5671.76
HexABCDA111015146a1f48
Octal253315241210252415237110
Binary10101011110011011010000110001010101101001101010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDA1; }

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

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

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

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

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

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

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

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