#A8A188

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

Shades of Neutral Green #A8A188

Tints of Neutral Green #A8A188

Color information

#A8A188 (or 0xA8A188) is unknown color: approx Neutral Green. HEX triplet: A8, A1 and 88. RGB value is (168,161,136). Sum of RGB (Red+Green+Blue) = 168+161+136=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A188 is #575E77. Grayscale: #A0A0A0. Windows color (decimal): -5725816 or 8954280. OLE color: 8954280.

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

Color convert

RGB168161136-
CMYK00.040.190.34
HSL46.88º15.53%59.61%-
HSV(B)46.88º19.05%65.88%-
XYZ33.3435.5928.41-
YUV160.24114.32133.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=36.13%
G=34.62%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816113600.040.190.3446.8815.5359.61
HexA8A1880413222f103c
Octal250241210042342572074
Binary10101000101000011000100001001001110001010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A188; }

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

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

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

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

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

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

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

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