#A4A188

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

Shades of Neutral Green #A4A188

Tints of Neutral Green #A4A188

Color information

#A4A188 (or 0xA4A188) is unknown color: approx Neutral Green. HEX triplet: A4, A1 and 88. RGB value is (164,161,136). Sum of RGB (Red+Green+Blue) = 164+161+136=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A188 is #5B5E77. Grayscale: #9F9F9F. Windows color (decimal): -5987960 or 8954276. OLE color: 8954276.

HSL color Cylindrical-coordinate representation of color #A4A188: hue angle of 53.57º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4A188 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB164161136-
CMYK00.020.170.36
HSL53.57º13.33%58.82%-
HSV(B)53.57º17.07%64.31%-
XYZ32.535.1628.37-
YUV159.05114.99131.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=35.57%
G=34.92%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416113600.020.170.3653.5713.3358.82
HexA4A18802112436d3b
Octal244241210022144661573
Binary101001001010000110001000010100011001001101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A188; }

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

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

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

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

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

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

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

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