#A9A775

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

Shades of Neutral Green #A9A775

Tints of Neutral Green #A9A775

Color information

#A9A775 (or 0xA9A775) is unknown color: approx Neutral Green. HEX triplet: A9, A7 and 75. RGB value is (169,167,117). Sum of RGB (Red+Green+Blue) = 169+167+117=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A775 is #56588A. Grayscale: #A2A2A2. Windows color (decimal): -5658763 or 7710633. OLE color: 7710633.

HSL color Cylindrical-coordinate representation of color #A9A775: hue angle of 57.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9A775 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169167117-
CMYK00.010.310.34
HSL57.69º23.21%56.08%-
HSV(B)57.69º30.77%66.27%-
XYZ33.3937.3622.28-
YUV161.9102.66133.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 167 (65.62% from 255) = 36.87%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=37.31%
G=36.87%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916711700.010.310.3457.6923.2156.08
HexA9A775011F223a1738
Octal251247165013742722770
Binary10101001101001111110101011111110001011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A775; }

 p { color: rgb(169,167,117); }

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

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

 a { background-color: rgb(169,167,117); }

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

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

 span { border-color: rgb(169,167,117); }

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