#A0BCA2

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

Shades of Spring Rain #A0BCA2

Tints of Spring Rain #A0BCA2

Color information

#A0BCA2 (or 0xA0BCA2) is unknown color: approx Spring Rain. HEX triplet: A0, BC and A2. RGB value is (160,188,162). Sum of RGB (Red+Green+Blue) = 160+188+162=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCA2 is #5F435D. Grayscale: #B0B0B0. Windows color (decimal): -6243166 or 10665120. OLE color: 10665120.

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

Color convert

RGB160188162-
CMYK0.1500.140.26
HSL124.29º17.28%68.24%-
HSV(B)124.29º14.89%73.73%-
XYZ3946.0541.02-
YUV176.66119.72116.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 162 (63.67% from 255) = 31.76%
R=31.37%
G=36.86%
B=31.76%

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
Decimal1601881620.1500.140.26124.2917.2868.24
HexA0BCA2F0E1A7c1144
Octal240274242170163217421104
Binary101000001011110010100010111101110110101111100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCA2; }

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

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

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

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

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

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

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

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