#A8A481

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

Shades of Neutral Green #A8A481

Tints of Neutral Green #A8A481

Color information

#A8A481 (or 0xA8A481) is unknown color: approx Neutral Green. HEX triplet: A8, A4 and 81. RGB value is (168,164,129). Sum of RGB (Red+Green+Blue) = 168+164+129=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A481 is #575B7E. Grayscale: #A1A1A1. Windows color (decimal): -5725055 or 8496296. OLE color: 8496296.

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

Color convert

RGB168164129-
CMYK00.020.230.34
HSL53.85º18.31%58.24%-
HSV(B)53.85º23.21%65.88%-
XYZ33.3936.4626.05-
YUV161.21109.83132.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=36.44%
G=35.57%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816412900.020.230.3453.8518.3158.24
HexA8A48102172236123a
Octal250244201022742662272
Binary1010100010100100100000010101011110001011011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A481; }

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

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

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

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

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

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

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

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