#A4A27E

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

Shades of Neutral Green #A4A27E

Tints of Neutral Green #A4A27E

Color information

#A4A27E (or 0xA4A27E) is unknown color: approx Neutral Green. HEX triplet: A4, A2 and 7E. RGB value is (164,162,126). Sum of RGB (Red+Green+Blue) = 164+162+126=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A27E is #5B5D81. Grayscale: #9E9E9E. Windows color (decimal): -5987714 or 8299172. OLE color: 8299172.

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

Color convert

RGB164162126-
CMYK00.010.230.36
HSL56.84º17.27%56.86%-
HSV(B)56.84º23.17%64.31%-
XYZ3235.2424.85-
YUV158.49109.66131.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=36.28%
G=35.84%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416212600.010.230.3656.8417.2756.86
HexA4A27E011724391139
Octal244242176012744712171
Binary10100100101000101111110011011110010011100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A27E; }

 p { color: rgb(164,162,126); }

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

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

 a { background-color: rgb(164,162,126); }

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

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

 span { border-color: rgb(164,162,126); }

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