#A8AF97

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

Shades of Green Spring #A8AF97

Tints of Green Spring #A8AF97

Color information

#A8AF97 (or 0xA8AF97) is unknown color: approx Green Spring. HEX triplet: A8, AF and 97. RGB value is (168,175,151). Sum of RGB (Red+Green+Blue) = 168+175+151=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF97 is #575068. Grayscale: #AAAAAA. Windows color (decimal): -5722217 or 9940904. OLE color: 9940904.

HSL color Cylindrical-coordinate representation of color #A8AF97: hue angle of 77.5º 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 #A8AF97 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB168175151-
CMYK0.0400.140.31
HSL77.5º13.04%63.92%-
HSV(B)77.5º13.71%68.63%-
XYZ37.0641.2235.28-
YUV170.17117.18126.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=34.01%
G=35.43%
B=30.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751510.0400.140.3177.513.0463.92
HexA8AF9740E1F4dd40
Octal25025722740163711515100
Binary1010100010101111100101111000111011111100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF97; }

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

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

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

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

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

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

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

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