#A8A68D

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

Shades of Neutral Green #A8A68D

Tints of Neutral Green #A8A68D

Color information

#A8A68D (or 0xA8A68D) is unknown color: approx Neutral Green. HEX triplet: A8, A6 and 8D. RGB value is (168,166,141). Sum of RGB (Red+Green+Blue) = 168+166+141=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A68D is #575972. Grayscale: #A3A3A3. Windows color (decimal): -5724531 or 9283240. OLE color: 9283240.

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

Color convert

RGB168166141-
CMYK00.010.160.34
HSL55.56º13.43%60.59%-
HSV(B)55.56º16.07%65.88%-
XYZ34.5937.5230.62-
YUV163.75115.16131.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=35.37%
G=34.95%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816614100.010.160.3455.5613.4360.59
HexA8A68D01102238d3d
Octal250246215012042701575
Binary10101000101001101000110101100001000101110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A68D; }

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

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

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

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

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

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

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

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