#A8A48A

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

Shades of Neutral Green #A8A48A

Tints of Neutral Green #A8A48A

Color information

#A8A48A (or 0xA8A48A) is unknown color: approx Neutral Green. HEX triplet: A8, A4 and 8A. RGB value is (168,164,138). Sum of RGB (Red+Green+Blue) = 168+164+138=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A48A is #575B75. Grayscale: #A2A2A2. Windows color (decimal): -5725046 or 9086120. OLE color: 9086120.

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

Color convert

RGB168164138-
CMYK00.020.180.34
HSL52º14.71%60%-
HSV(B)52º17.86%65.88%-
XYZ34.0136.7129.34-
YUV162.23114.33132.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=35.74%
G=34.89%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816413800.020.180.345214.7160
HexA8A48A02122234f3c
Octal250244212022242641774
Binary101010001010010010001010010100101000101101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A48A; }

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

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

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

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

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

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

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

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