#A8A687

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

Shades of Neutral Green #A8A687

Tints of Neutral Green #A8A687

Color information

#A8A687 (or 0xA8A687) is unknown color: approx Neutral Green. HEX triplet: A8, A6 and 87. RGB value is (168,166,135). Sum of RGB (Red+Green+Blue) = 168+166+135=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A687 is #575978. Grayscale: #A3A3A3. Windows color (decimal): -5724537 or 8890024. OLE color: 8890024.

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

Color convert

RGB168166135-
CMYK00.010.200.34
HSL56.36º15.94%59.41%-
HSV(B)56.36º19.64%65.88%-
XYZ34.1637.3528.33-
YUV163.06112.16131.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=35.82%
G=35.39%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816613500.010.200.3456.3615.9459.41
HexA8A68701142238103b
Octal250246207012442702073
Binary101010001010011010000111011010010001011100010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A687; }

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

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

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

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

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

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

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

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