#A8A48E

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

Shades of Neutral Green #A8A48E

Tints of Neutral Green #A8A48E

Color information

#A8A48E (or 0xA8A48E) is unknown color: approx Neutral Green. HEX triplet: A8, A4 and 8E. RGB value is (168,164,142). Sum of RGB (Red+Green+Blue) = 168+164+142=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A48E is #575B71. Grayscale: #A2A2A2. Windows color (decimal): -5725042 or 9348264. OLE color: 9348264.

HSL color Cylindrical-coordinate representation of color #A8A48E: hue angle of 50.77º 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 #A8A48E is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB168164142-
CMYK00.020.150.34
HSL50.77º13%60.78%-
HSV(B)50.77º15.48%65.88%-
XYZ34.3136.8330.89-
YUV162.69116.33131.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=35.44%
G=34.60%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816414200.020.150.3450.771360.78
HexA8A48E02F2233d3d
Octal250244216021742631575
Binary10101000101001001000111001011111000101100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A48E; }

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

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

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

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

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

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

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

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