#A9A48E

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

Shades of Neutral Green #A9A48E

Tints of Neutral Green #A9A48E

Color information

#A9A48E (or 0xA9A48E) is unknown color: approx Neutral Green. HEX triplet: A9, A4 and 8E. RGB value is (169,164,142). Sum of RGB (Red+Green+Blue) = 169+164+142=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A48E is #565B71. Grayscale: #A3A3A3. Windows color (decimal): -5659506 or 9348265. OLE color: 9348265.

HSL color Cylindrical-coordinate representation of color #A9A48E: hue angle of 48.89º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9A48E is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB169164142-
CMYK00.030.160.34
HSL48.89º13.57%60.98%-
HSV(B)48.89º15.98%66.27%-
XYZ34.5236.9430.9-
YUV162.99116.16132.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=35.58%
G=34.53%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916414200.030.160.3448.8913.5760.98
HexA9A48E03102231e3d
Octal251244216032042611675
Binary101010011010010010001110011100001000101100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A48E; }

 p { color: rgb(169,164,142); }

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

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

 a { background-color: rgb(169,164,142); }

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

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

 span { border-color: rgb(169,164,142); }

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