#A0BCA1

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

Shades of Spring Rain #A0BCA1

Tints of Spring Rain #A0BCA1

Color information

#A0BCA1 (or 0xA0BCA1) is unknown color: approx Spring Rain. HEX triplet: A0, BC and A1. RGB value is (160,188,161). Sum of RGB (Red+Green+Blue) = 160+188+161=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCA1 is #5F435E. Grayscale: #B0B0B0. Windows color (decimal): -6243167 or 10599584. OLE color: 10599584.

HSL color Cylindrical-coordinate representation of color #A0BCA1: hue angle of 122.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCA1 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB160188161-
CMYK0.1500.140.26
HSL122.14º17.28%68.24%-
HSV(B)122.14º14.89%73.73%-
XYZ38.9146.0140.55-
YUV176.55119.22116.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=31.43%
G=36.94%
B=31.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881610.1500.140.26122.1417.2868.24
HexA0BCA1F0E1A7a1144
Octal240274241170163217221104
Binary101000001011110010100001111101110110101111010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCA1; }

 p { color: rgb(160,188,161); }

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

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

 a { background-color: rgb(160,188,161); }

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

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

 span { border-color: rgb(160,188,161); }

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