#A8A388

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

Shades of Neutral Green #A8A388

Tints of Neutral Green #A8A388

Color information

#A8A388 (or 0xA8A388) is unknown color: approx Neutral Green. HEX triplet: A8, A3 and 88. RGB value is (168,163,136). Sum of RGB (Red+Green+Blue) = 168+163+136=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A388 is #575C77. Grayscale: #A1A1A1. Windows color (decimal): -5725304 or 8954792. OLE color: 8954792.

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

Color convert

RGB168163136-
CMYK00.030.190.34
HSL50.63º15.53%59.61%-
HSV(B)50.63º19.05%65.88%-
XYZ33.6936.328.52-
YUV161.42113.66132.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=35.97%
G=34.90%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816313600.030.190.3450.6315.5359.61
HexA8A38803132233103c
Octal250243210032342632074
Binary1010100010100011100010000111001110001011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A388; }

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

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

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

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

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

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

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

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