#A6AF99

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

Shades of Green Spring #A6AF99

Tints of Green Spring #A6AF99

Color information

#A6AF99 (or 0xA6AF99) is unknown color: approx Green Spring. HEX triplet: A6, AF and 99. RGB value is (166,175,153). Sum of RGB (Red+Green+Blue) = 166+175+153=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF99 is #595066. Grayscale: #A9A9A9. Windows color (decimal): -5853287 or 10071974. OLE color: 10071974.

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

Color convert

RGB166175153-
CMYK0.0500.130.31
HSL84.55º12.09%64.31%-
HSV(B)84.55º12.57%68.63%-
XYZ36.8141.0736.12-
YUV169.8118.52125.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=33.60%
G=35.43%
B=30.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751530.0500.130.3184.5512.0964.31
HexA6AF9950D1F55c40
Octal24625723150153712514100
Binary1010011010101111100110011010110111111101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF99; }

 p { color: rgb(166,175,153); }

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

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

 a { background-color: rgb(166,175,153); }

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

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

 span { border-color: rgb(166,175,153); }

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