#A7AF99

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

Shades of Green Spring #A7AF99

Tints of Green Spring #A7AF99

Color information

#A7AF99 (or 0xA7AF99) is unknown color: approx Green Spring. HEX triplet: A7, AF and 99. RGB value is (167,175,153). Sum of RGB (Red+Green+Blue) = 167+175+153=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF99 is #585066. Grayscale: #AAAAAA. Windows color (decimal): -5787751 or 10071975. OLE color: 10071975.

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

Color convert

RGB167175153-
CMYK0.0500.130.31
HSL81.82º12.09%64.31%-
HSV(B)81.82º12.57%68.63%-
XYZ37.0241.1836.13-
YUV170.1118.35125.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=33.74%
G=35.35%
B=30.91%

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
Decimal1671751530.0500.130.3181.8212.0964.31
HexA7AF9950D1F52c40
Octal24725723150153712214100
Binary1010011110101111100110011010110111111101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF99; }

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

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

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

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

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

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

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

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