#A9B9A1

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

Shades of Spring Rain #A9B9A1

Tints of Spring Rain #A9B9A1

Color information

#A9B9A1 (or 0xA9B9A1) is unknown color: approx Spring Rain. HEX triplet: A9, B9 and A1. RGB value is (169,185,161). Sum of RGB (Red+Green+Blue) = 169+185+161=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B9A1 is #56465E. Grayscale: #B1B1B1. Windows color (decimal): -5654111 or 10598825. OLE color: 10598825.

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

Color convert

RGB169185161-
CMYK0.0900.130.27
HSL100º14.63%67.84%-
HSV(B)100º12.97%72.55%-
XYZ40.1445.7140.42-
YUV177.48118.7121.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=32.82%
G=35.92%
B=31.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851610.0900.130.2710014.6367.84
HexA9B9A190D1B64f44
Octal251271241110153314417104
Binary10101001101110011010000110010110111011110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B9A1; }

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

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

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

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

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

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

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

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