#A9BEA0

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

Shades of Spring Rain #A9BEA0

Tints of Spring Rain #A9BEA0

Color information

#A9BEA0 (or 0xA9BEA0) is unknown color: approx Spring Rain. HEX triplet: A9, BE and A0. RGB value is (169,190,160). Sum of RGB (Red+Green+Blue) = 169+190+160=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BEA0 is #56415F. Grayscale: #B4B4B4. Windows color (decimal): -5652832 or 10534569. OLE color: 10534569.

HSL color Cylindrical-coordinate representation of color #A9BEA0: hue angle of 102º 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 #A9BEA0 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB169190160-
CMYK0.1100.160.25
HSL102º18.75%68.63%-
HSV(B)102º15.79%74.51%-
XYZ41.1247.840.32-
YUV180.3116.54119.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=32.56%
G=36.61%
B=30.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901600.1100.160.2510218.7568.63
HexA9BEA0B01019661345
Octal251276240130203114623105
Binary1010100110111110101000001011010000110011100110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEA0; }

 p { color: rgb(169,190,160); }

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

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

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

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

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

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

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