#A0BFA0

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

Shades of Spring Rain #A0BFA0

Tints of Spring Rain #A0BFA0

Color information

#A0BFA0 (or 0xA0BFA0) is unknown color: approx Spring Rain. HEX triplet: A0, BF and A0. RGB value is (160,191,160). Sum of RGB (Red+Green+Blue) = 160+191+160=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA0 is #5F405F. Grayscale: #B2B2B2. Windows color (decimal): -6242400 or 10534816. OLE color: 10534816.

HSL color Cylindrical-coordinate representation of color #A0BFA0: hue angle of 120º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB160191160-
CMYK0.1600.160.25
HSL120º19.5%68.82%-
HSV(B)120º16.23%74.9%-
XYZ39.4747.2740.3-
YUV178.2117.73115.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=31.31%
G=37.38%
B=31.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911600.1600.160.2512019.568.82
HexA0BFA01001019781345
Octal240277240200203117023105
Binary10100000101111111010000010000010000110011111000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFA0; }

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

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

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

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

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

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

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

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