#A7AD9D

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

Shades of Green Spring #A7AD9D

Tints of Green Spring #A7AD9D

Color information

#A7AD9D (or 0xA7AD9D) is unknown color: approx Green Spring. HEX triplet: A7, AD and 9D. RGB value is (167,173,157). Sum of RGB (Red+Green+Blue) = 167+173+157=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AD9D is #585262. Grayscale: #A9A9A9. Windows color (decimal): -5788259 or 10333607. OLE color: 10333607.

HSL color Cylindrical-coordinate representation of color #A7AD9D: hue angle of 82.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A7AD9D is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB167173157-
CMYK0.0300.090.32
HSL82.5º8.89%64.71%-
HSV(B)82.5º9.25%67.84%-
XYZ36.9740.5437.77-
YUV169.38121.01126.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=33.60%
G=34.81%
B=31.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671731570.0300.090.3282.58.8964.71
HexA7AD9D3092052941
Octal24725523530114012211101
Binary1010011110101101100111011101001100000101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD9D; }

 p { color: rgb(167,173,157); }

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

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

 a { background-color: rgb(167,173,157); }

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

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

 span { border-color: rgb(167,173,157); }

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