#A8A67B

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

Shades of Neutral Green #A8A67B

Tints of Neutral Green #A8A67B

Color information

#A8A67B (or 0xA8A67B) is unknown color: approx Neutral Green. HEX triplet: A8, A6 and 7B. RGB value is (168,166,123). Sum of RGB (Red+Green+Blue) = 168+166+123=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A67B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A67B is #575984. Grayscale: #A1A1A1. Windows color (decimal): -5724549 or 8103592. OLE color: 8103592.

HSL color Cylindrical-coordinate representation of color #A8A67B: hue angle of 57.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8A67B is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB168166123-
CMYK00.010.270.34
HSL57.33º20.55%57.06%-
HSV(B)57.33º26.79%65.88%-
XYZ33.3637.0324.13-
YUV161.7106.16132.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=36.76%
G=36.32%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816612300.010.270.3457.3320.5557.06
HexA8A67B011B22391539
Octal250246173013342712571
Binary10101000101001101111011011101110001011100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A67B; }

 p { color: rgb(168,166,123); }

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

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

 a { background-color: rgb(168,166,123); }

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

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

 span { border-color: rgb(168,166,123); }

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