#A8C7A2

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

Shades of Spring Rain #A8C7A2

Tints of Spring Rain #A8C7A2

Color information

#A8C7A2 (or 0xA8C7A2) is unknown color: approx Spring Rain. HEX triplet: A8, C7 and A2. RGB value is (168,199,162). Sum of RGB (Red+Green+Blue) = 168+199+162=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C7A2 is #57385D. Grayscale: #B9B9B9. Windows color (decimal): -5716062 or 10667944. OLE color: 10667944.

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

Color convert

RGB168199162-
CMYK0.1600.190.22
HSL110.27º24.83%70.78%-
HSV(B)110.27º18.59%78.04%-
XYZ43.0951.7841.91-
YUV185.51114.73115.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 199 (78.12% from 255) = 37.62%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=31.76%
G=37.62%
B=30.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681991620.1600.190.22110.2724.8370.78
HexA8C7A210013166e1947
Octal250307242200232615631107
Binary10101000110001111010001010000010011101101101110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C7A2; }

 p { color: rgb(168,199,162); }

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

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

 a { background-color: rgb(168,199,162); }

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

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

 span { border-color: rgb(168,199,162); }

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