#A8C0A3

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

Shades of Spring Rain #A8C0A3

Tints of Spring Rain #A8C0A3

Color information

#A8C0A3 (or 0xA8C0A3) is unknown color: approx Spring Rain. HEX triplet: A8, C0 and A3. RGB value is (168,192,163). Sum of RGB (Red+Green+Blue) = 168+192+163=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0A3 is #573F5C. Grayscale: #B5B5B5. Windows color (decimal): -5717853 or 10731688. OLE color: 10731688.

HSL color Cylindrical-coordinate representation of color #A8C0A3: hue angle of 109.66º 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 #A8C0A3 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB168192163-
CMYK0.1200.150.25
HSL109.66º18.71%69.61%-
HSV(B)109.66º15.1%75.29%-
XYZ41.6148.6741.85-
YUV181.52117.55118.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=32.12%
G=36.71%
B=31.17%

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
Decimal1681921630.1200.150.25109.6618.7169.61
HexA8C0A3C0F196e1346
Octal250300243140173115623106
Binary101010001100000010100011110001111110011101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C0A3; }

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

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

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

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

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

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

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

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