#A9B9A0

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

Shades of Spring Rain #A9B9A0

Tints of Spring Rain #A9B9A0

Color information

#A9B9A0 (or 0xA9B9A0) is unknown color: approx Spring Rain. HEX triplet: A9, B9 and A0. RGB value is (169,185,160). Sum of RGB (Red+Green+Blue) = 169+185+160=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B9A0 is #56465F. Grayscale: #B1B1B1. Windows color (decimal): -5654112 or 10533289. OLE color: 10533289.

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

Color convert

RGB169185160-
CMYK0.0900.140.27
HSL98.4º15.15%67.65%-
HSV(B)98.4º13.51%72.55%-
XYZ40.0645.6739.96-
YUV177.37118.2122.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=32.88%
G=35.99%
B=31.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851600.0900.140.2798.415.1567.65
HexA9B9A090E1B62f44
Octal251271240110163314217104
Binary10101001101110011010000010010111011011110001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B9A0; }

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

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

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

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

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

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

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

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