#A9B6A9

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

Shades of Rainee #A9B6A9

Tints of Rainee #A9B6A9

Color information

#A9B6A9 (or 0xA9B6A9) is unknown color: approx Rainee. HEX triplet: A9, B6 and A9. RGB value is (169,182,169). Sum of RGB (Red+Green+Blue) = 169+182+169=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B6A9 is #564956. Grayscale: #B0B0B0. Windows color (decimal): -5654871 or 11122345. OLE color: 11122345.

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

Color convert

RGB169182169-
CMYK0.0700.070.29
HSL120º8.18%68.82%-
HSV(B)120º7.14%71.37%-
XYZ40.2544.7644.05-
YUV176.63123.69122.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=32.5%
G=35%
B=32.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821690.0700.070.291208.1868.82
HexA9B6A97071D78845
Octal2512662517073517010105
Binary101010011011011010101001111011111101111100010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6A9; }

 p { color: rgb(169,182,169); }

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

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

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

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

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

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

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