#A0BBA0

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

Shades of Spring Rain #A0BBA0

Tints of Spring Rain #A0BBA0

Color information

#A0BBA0 (or 0xA0BBA0) is unknown color: approx Spring Rain. HEX triplet: A0, BB and A0. RGB value is (160,187,160). Sum of RGB (Red+Green+Blue) = 160+187+160=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBA0 is #5F445F. Grayscale: #AFAFAF. Windows color (decimal): -6243424 or 10533792. OLE color: 10533792.

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

Color convert

RGB160187160-
CMYK0.1400.140.27
HSL120º16.56%68.04%-
HSV(B)120º14.44%73.33%-
XYZ38.6145.5540.02-
YUV175.85119.05116.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=31.56%
G=36.88%
B=31.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601871600.1400.140.2712016.5668.04
HexA0BBA0E0E1B781144
Octal240273240160163317021104
Binary101000001011101110100000111001110110111111000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBA0; }

 p { color: rgb(160,187,160); }

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

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

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

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

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

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

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