#A8A48B

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

Shades of Neutral Green #A8A48B

Tints of Neutral Green #A8A48B

Color information

#A8A48B (or 0xA8A48B) is unknown color: approx Neutral Green. HEX triplet: A8, A4 and 8B. RGB value is (168,164,139). Sum of RGB (Red+Green+Blue) = 168+164+139=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A48B is #575B74. Grayscale: #A2A2A2. Windows color (decimal): -5725045 or 9151656. OLE color: 9151656.

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

Color convert

RGB168164139-
CMYK00.020.170.34
HSL51.72º14.29%60.2%-
HSV(B)51.72º17.26%65.88%-
XYZ34.0836.7429.72-
YUV162.35114.83132.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=35.67%
G=34.82%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816413900.020.170.3451.7214.2960.2
HexA8A48B02112234e3c
Octal250244213022142641674
Binary101010001010010010001011010100011000101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A48B; }

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

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

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

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

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

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

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

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