#A8C5A3

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

Shades of Spring Rain #A8C5A3

Tints of Spring Rain #A8C5A3

Color information

#A8C5A3 (or 0xA8C5A3) is unknown color: approx Spring Rain. HEX triplet: A8, C5 and A3. RGB value is (168,197,163). Sum of RGB (Red+Green+Blue) = 168+197+163=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C5A3 is #573A5C. Grayscale: #B8B8B8. Windows color (decimal): -5716573 or 10732968. OLE color: 10732968.

HSL color Cylindrical-coordinate representation of color #A8C5A3: hue angle of 111.18º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8C5A3 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB168197163-
CMYK0.1500.170.23
HSL111.18º22.67%70.59%-
HSV(B)111.18º17.26%77.25%-
XYZ42.7350.942.22-
YUV184.45115.89116.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 197 (77.34% from 255) = 37.31%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=31.82%
G=37.31%
B=30.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681971630.1500.170.23111.1822.6770.59
HexA8C5A3F011176f1747
Octal250305243170212715727107
Binary1010100011000101101000111111010001101111101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C5A3; }

 p { color: rgb(168,197,163); }

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

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

 a { background-color: rgb(168,197,163); }

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

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

 span { border-color: rgb(168,197,163); }

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