#A7A68A

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

Shades of Neutral Green #A7A68A

Tints of Neutral Green #A7A68A

Color information

#A7A68A (or 0xA7A68A) is unknown color: approx Neutral Green. HEX triplet: A7, A6 and 8A. RGB value is (167,166,138). Sum of RGB (Red+Green+Blue) = 167+166+138=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A68A is #585975. Grayscale: #A3A3A3. Windows color (decimal): -5790070 or 9086631. OLE color: 9086631.

HSL color Cylindrical-coordinate representation of color #A7A68A: hue angle of 57.93º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7A68A is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167166138-
CMYK00.010.170.35
HSL57.93º14.15%59.8%-
HSV(B)57.93º17.37%65.49%-
XYZ34.1637.3229.45-
YUV163.11113.83130.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=35.46%
G=35.24%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716613800.010.170.3557.9314.1559.8
HexA7A68A0111233ae3c
Octal247246212012143721674
Binary10100111101001101000101001100011000111110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A68A; }

 p { color: rgb(167,166,138); }

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

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

 a { background-color: rgb(167,166,138); }

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

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

 span { border-color: rgb(167,166,138); }

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