#A0BA9D

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

Shades of Spring Rain #A0BA9D

Tints of Spring Rain #A0BA9D

Color information

#A0BA9D (or 0xA0BA9D) is unknown color: approx Spring Rain. HEX triplet: A0, BA and 9D. RGB value is (160,186,157). Sum of RGB (Red+Green+Blue) = 160+186+157=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA9D is #5F4562. Grayscale: #AFAFAF. Windows color (decimal): -6243683 or 10336928. OLE color: 10336928.

HSL color Cylindrical-coordinate representation of color #A0BA9D: hue angle of 113.79º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BA9D is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB160186157-
CMYK0.1400.160.27
HSL113.79º17.37%67.25%-
HSV(B)113.79º15.59%72.94%-
XYZ38.1445.0338.58-
YUV174.92117.89117.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=31.81%
G=36.98%
B=31.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861570.1400.160.27113.7917.3767.25
HexA0BA9DE0101B721143
Octal240272235160203316221103
Binary1010000010111010100111011110010000110111110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA9D; }

 p { color: rgb(160,186,157); }

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

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

 a { background-color: rgb(160,186,157); }

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

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

 span { border-color: rgb(160,186,157); }

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