#A8A68E

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

Shades of Neutral Green #A8A68E

Tints of Neutral Green #A8A68E

Color information

#A8A68E (or 0xA8A68E) is unknown color: approx Neutral Green. HEX triplet: A8, A6 and 8E. RGB value is (168,166,142). Sum of RGB (Red+Green+Blue) = 168+166+142=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A68E is #575971. Grayscale: #A3A3A3. Windows color (decimal): -5724530 or 9348776. OLE color: 9348776.

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

Color convert

RGB168166142-
CMYK00.010.150.34
HSL55.38º13%60.78%-
HSV(B)55.38º15.48%65.88%-
XYZ34.6737.5531.01-
YUV163.86115.66130.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=35.29%
G=34.87%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816614200.010.150.3455.381360.78
HexA8A68E01F2237d3d
Octal250246216011742671575
Binary1010100010100110100011100111111000101101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A68E; }

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

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

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

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

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

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

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

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