#A9BBA0

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

Shades of Spring Rain #A9BBA0

Tints of Spring Rain #A9BBA0

Color information

#A9BBA0 (or 0xA9BBA0) is unknown color: approx Spring Rain. HEX triplet: A9, BB and A0. RGB value is (169,187,160). Sum of RGB (Red+Green+Blue) = 169+187+160=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BBA0 is #56445F. Grayscale: #B2B2B2. Windows color (decimal): -5653600 or 10533801. OLE color: 10533801.

HSL color Cylindrical-coordinate representation of color #A9BBA0: hue angle of 100º 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 #A9BBA0 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB169187160-
CMYK0.1000.140.27
HSL100º16.56%68.04%-
HSV(B)100º14.44%73.33%-
XYZ40.4846.5140.1-
YUV178.54117.54121.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=32.75%
G=36.24%
B=31.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691871600.1000.140.2710016.5668.04
HexA9BBA0A0E1B641144
Octal251273240120163314421104
Binary101010011011101110100000101001110110111100100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBA0; }

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

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

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

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

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

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

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

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