#A8A289

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

Shades of Neutral Green #A8A289

Tints of Neutral Green #A8A289

Color information

#A8A289 (or 0xA8A289) is unknown color: approx Neutral Green. HEX triplet: A8, A2 and 89. RGB value is (168,162,137). Sum of RGB (Red+Green+Blue) = 168+162+137=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A289 is #575D76. Grayscale: #A1A1A1. Windows color (decimal): -5725559 or 9020072. OLE color: 9020072.

HSL color Cylindrical-coordinate representation of color #A8A289: hue angle of 48.39º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8A289 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168162137-
CMYK00.040.180.34
HSL48.39º15.12%59.8%-
HSV(B)48.39º18.45%65.88%-
XYZ33.5835.9728.84-
YUV160.94114.49133.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=35.97%
G=34.69%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816213700.040.180.3448.3915.1259.8
HexA8A28904122230f3c
Octal250242211042242601774
Binary1010100010100010100010010100100101000101100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A289; }

 p { color: rgb(168,162,137); }

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

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

 a { background-color: rgb(168,162,137); }

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

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

 span { border-color: rgb(168,162,137); }

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