#A8C6A3

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

Shades of Spring Rain #A8C6A3

Tints of Spring Rain #A8C6A3

Color information

#A8C6A3 (or 0xA8C6A3) is unknown color: approx Spring Rain. HEX triplet: A8, C6 and A3. RGB value is (168,198,163). Sum of RGB (Red+Green+Blue) = 168+198+163=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6A3 is #57395C. Grayscale: #B9B9B9. Windows color (decimal): -5716317 or 10733224. OLE color: 10733224.

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

Color convert

RGB168198163-
CMYK0.1500.180.22
HSL111.43º23.49%70.78%-
HSV(B)111.43º17.68%77.65%-
XYZ42.9551.3642.3-
YUV185.04115.56115.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=31.76%
G=37.43%
B=30.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981630.1500.180.22111.4323.4970.78
HexA8C6A3F012166f1747
Octal250306243170222615727107
Binary1010100011000110101000111111010010101101101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C6A3; }

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

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

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

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

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

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

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

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