#A9CA9E

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

Shades of Spring Rain #A9CA9E

Tints of Spring Rain #A9CA9E

Color information

#A9CA9E (or 0xA9CA9E) is unknown color: approx Spring Rain. HEX triplet: A9, CA and 9E. RGB value is (169,202,158). Sum of RGB (Red+Green+Blue) = 169+202+158=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA9E is #563561. Grayscale: #BBBBBB. Windows color (decimal): -5649762 or 10406569. OLE color: 10406569.

HSL color Cylindrical-coordinate representation of color #A9CA9E: hue angle of 105º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9CA9E is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB169202158-
CMYK0.1600.220.21
HSL105º29.33%70.59%-
HSV(B)105º21.78%79.22%-
XYZ43.6553.1440.3-
YUV187.12111.57115.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=31.95%
G=38.19%
B=29.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021580.1600.220.2110529.3370.59
HexA9CA9E1001615691d47
Octal251312236200262515135107
Binary10101001110010101001111010000010110101011101001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA9E; }

 p { color: rgb(169,202,158); }

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

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

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

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

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

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

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