#A8A389

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

Shades of Neutral Green #A8A389

Tints of Neutral Green #A8A389

Color information

#A8A389 (or 0xA8A389) is unknown color: approx Neutral Green. HEX triplet: A8, A3 and 89. RGB value is (168,163,137). Sum of RGB (Red+Green+Blue) = 168+163+137=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A389 is #575C76. Grayscale: #A1A1A1. Windows color (decimal): -5725303 or 9020328. OLE color: 9020328.

HSL color Cylindrical-coordinate representation of color #A8A389: hue angle of 50.32º 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 #A8A389 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168163137-
CMYK00.030.180.34
HSL50.32º15.12%59.8%-
HSV(B)50.32º18.45%65.88%-
XYZ33.7636.3328.9-
YUV161.53114.16132.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=35.90%
G=34.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816313700.030.180.3450.3215.1259.8
HexA8A38903122232f3c
Octal250243211032242621774
Binary101010001010001110001001011100101000101100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A389; }

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

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

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

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

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

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

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

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