#A9A57B

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

Shades of Neutral Green #A9A57B

Tints of Neutral Green #A9A57B

Color information

#A9A57B (or 0xA9A57B) is unknown color: approx Neutral Green. HEX triplet: A9, A5 and 7B. RGB value is (169,165,123). Sum of RGB (Red+Green+Blue) = 169+165+123=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A57B is #565A84. Grayscale: #A1A1A1. Windows color (decimal): -5659269 or 8103337. OLE color: 8103337.

HSL color Cylindrical-coordinate representation of color #A9A57B: hue angle of 54.78º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9A57B is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB169165123-
CMYK00.020.270.34
HSL54.78º21.1%57.25%-
HSV(B)54.78º27.22%66.27%-
XYZ33.3936.7824.08-
YUV161.41106.33133.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=36.98%
G=36.11%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916512300.020.270.3454.7821.157.25
HexA9A57B021B22371539
Octal251245173023342672571
Binary101010011010010111110110101101110001011011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A57B; }

 p { color: rgb(169,165,123); }

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

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

 a { background-color: rgb(169,165,123); }

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

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

 span { border-color: rgb(169,165,123); }

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