#A9C0A7

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

Shades of Rainee #A9C0A7

Tints of Rainee #A9C0A7

Color information

#A9C0A7 (or 0xA9C0A7) is unknown color: approx Rainee. HEX triplet: A9, C0 and A7. RGB value is (169,192,167). Sum of RGB (Red+Green+Blue) = 169+192+167=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C0A7 is #563F58. Grayscale: #B6B6B6. Windows color (decimal): -5652313 or 10993833. OLE color: 10993833.

HSL color Cylindrical-coordinate representation of color #A9C0A7: hue angle of 115.2º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9C0A7 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB169192167-
CMYK0.1200.130.25
HSL115.2º16.56%70.39%-
HSV(B)115.2º13.02%75.29%-
XYZ42.1948.9243.78-
YUV182.27119.38118.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=32.01%
G=36.36%
B=31.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921670.1200.130.25115.216.5670.39
HexA9C0A7C0D19731146
Octal251300247140153116321106
Binary101010011100000010100111110001101110011110011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0A7; }

 p { color: rgb(169,192,167); }

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

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

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

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

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

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

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