#A3A188

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

Shades of Neutral Green #A3A188

Tints of Neutral Green #A3A188

Color information

#A3A188 (or 0xA3A188) is unknown color: approx Neutral Green. HEX triplet: A3, A1 and 88. RGB value is (163,161,136). Sum of RGB (Red+Green+Blue) = 163+161+136=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A188 is #5C5E77. Grayscale: #9E9E9E. Windows color (decimal): -6053496 or 8954275. OLE color: 8954275.

HSL color Cylindrical-coordinate representation of color #A3A188: hue angle of 55.56º 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 #A3A188 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB163161136-
CMYK00.010.170.36
HSL55.56º12.8%58.63%-
HSV(B)55.56º16.56%63.92%-
XYZ32.2935.0528.36-
YUV158.75115.16131.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=35.43%
G=35%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316113600.010.170.3655.5612.858.63
HexA3A18801112438d3b
Octal243241210012144701573
Binary10100011101000011000100001100011001001110001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A188; }

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

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

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

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

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

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

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

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