#A9C0A3

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

Shades of Spring Rain #A9C0A3

Tints of Spring Rain #A9C0A3

Color information

#A9C0A3 (or 0xA9C0A3) is unknown color: approx Spring Rain. HEX triplet: A9, C0 and A3. RGB value is (169,192,163). Sum of RGB (Red+Green+Blue) = 169+192+163=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C0A3 is #563F5C. Grayscale: #B5B5B5. Windows color (decimal): -5652317 or 10731689. OLE color: 10731689.

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

Color convert

RGB169192163-
CMYK0.1200.150.25
HSL107.59º18.71%69.61%-
HSV(B)107.59º15.1%75.29%-
XYZ41.8248.7841.86-
YUV181.82117.38118.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 163 (64.06% from 255) = 31.11%
R=32.25%
G=36.64%
B=31.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921630.1200.150.25107.5918.7169.61
HexA9C0A3C0F196c1346
Octal251300243140173115423106
Binary101010011100000010100011110001111110011101100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0A3; }

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

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

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

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

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

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

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

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