#A0BA9B

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

Shades of Spring Rain #A0BA9B

Tints of Spring Rain #A0BA9B

Color information

#A0BA9B (or 0xA0BA9B) is unknown color: approx Spring Rain. HEX triplet: A0, BA and 9B. RGB value is (160,186,155). Sum of RGB (Red+Green+Blue) = 160+186+155=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA9B is #5F4564. Grayscale: #AEAEAE. Windows color (decimal): -6243685 or 10205856. OLE color: 10205856.

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

Color convert

RGB160186155-
CMYK0.1400.170.27
HSL110.32º18.34%66.86%-
HSV(B)110.32º16.67%72.94%-
XYZ37.9744.9637.69-
YUV174.69116.89117.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=31.94%
G=37.13%
B=30.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861550.1400.170.27110.3218.3466.86
HexA0BA9BE0111B6e1243
Octal240272233160213315622103
Binary1010000010111010100110111110010001110111101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA9B; }

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

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

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

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

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

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

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

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