#A7C6A0

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

Shades of Spring Rain #A7C6A0

Tints of Spring Rain #A7C6A0

Color information

#A7C6A0 (or 0xA7C6A0) is unknown color: approx Spring Rain. HEX triplet: A7, C6 and A0. RGB value is (167,198,160). Sum of RGB (Red+Green+Blue) = 167+198+160=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C6A0 is #58395F. Grayscale: #B8B8B8. Windows color (decimal): -5781856 or 10536615. OLE color: 10536615.

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

Color convert

RGB167198160-
CMYK0.1600.190.22
HSL108.95º25%70.2%-
HSV(B)108.95º19.19%77.65%-
XYZ42.4851.1440.89-
YUV184.4114.23115.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=31.81%
G=37.71%
B=30.48%

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
Decimal1671981600.1600.190.22108.952570.2
HexA7C6A010013166d1946
Octal247306240200232615531106
Binary10100111110001101010000010000010011101101101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C6A0; }

 p { color: rgb(167,198,160); }

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

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

 a { background-color: rgb(167,198,160); }

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

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

 span { border-color: rgb(167,198,160); }

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