#A8A588

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

Shades of Neutral Green #A8A588

Tints of Neutral Green #A8A588

Color information

#A8A588 (or 0xA8A588) is unknown color: approx Neutral Green. HEX triplet: A8, A5 and 88. RGB value is (168,165,136). Sum of RGB (Red+Green+Blue) = 168+165+136=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A588 is #575A77. Grayscale: #A2A2A2. Windows color (decimal): -5724792 or 8955304. OLE color: 8955304.

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

Color convert

RGB168165136-
CMYK00.020.190.34
HSL54.38º15.53%59.61%-
HSV(B)54.38º19.05%65.88%-
XYZ34.0537.0128.64-
YUV162.59112.99131.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=35.82%
G=35.18%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816513600.020.190.3454.3815.5359.61
HexA8A58802132236103c
Octal250245210022342662074
Binary1010100010100101100010000101001110001011011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A588; }

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

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

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

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

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

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

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

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