#A9AF95

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

Shades of Green Spring #A9AF95

Tints of Green Spring #A9AF95

Color information

#A9AF95 (or 0xA9AF95) is unknown color: approx Green Spring. HEX triplet: A9, AF and 95. RGB value is (169,175,149). Sum of RGB (Red+Green+Blue) = 169+175+149=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF95 is #56506A. Grayscale: #AAAAAA. Windows color (decimal): -5656683 or 9809833. OLE color: 9809833.

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

Color convert

RGB169175149-
CMYK0.0300.150.31
HSL73.85º13.98%63.53%-
HSV(B)73.85º14.86%68.63%-
XYZ37.1241.2634.44-
YUV170.24116.01127.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=34.28%
G=35.50%
B=30.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751490.0300.150.3173.8513.9863.53
HexA9AF9530F1F4ae40
Octal25125722530173711216100
Binary101010011010111110010101110111111111100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF95; }

 p { color: rgb(169,175,149); }

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

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

 a { background-color: rgb(169,175,149); }

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

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

 span { border-color: rgb(169,175,149); }

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