#A7AF97

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

Shades of Green Spring #A7AF97

Tints of Green Spring #A7AF97

Color information

#A7AF97 (or 0xA7AF97) is unknown color: approx Green Spring. HEX triplet: A7, AF and 97. RGB value is (167,175,151). Sum of RGB (Red+Green+Blue) = 167+175+151=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF97 is #585068. Grayscale: #A9A9A9. Windows color (decimal): -5787753 or 9940903. OLE color: 9940903.

HSL color Cylindrical-coordinate representation of color #A7AF97: hue angle of 80º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7AF97 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB167175151-
CMYK0.0500.140.31
HSL80º13.04%63.92%-
HSV(B)80º13.71%68.63%-
XYZ36.8541.1135.27-
YUV169.87117.35125.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 151 (59.38% from 255) = 30.63%
R=33.87%
G=35.50%
B=30.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751510.0500.140.318013.0463.92
HexA7AF9750E1F50d40
Octal24725722750163712015100
Binary1010011110101111100101111010111011111101000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF97; }

 p { color: rgb(167,175,151); }

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

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

 a { background-color: rgb(167,175,151); }

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

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

 span { border-color: rgb(167,175,151); }

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