#A8A383

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

Shades of Neutral Green #A8A383

Tints of Neutral Green #A8A383

Color information

#A8A383 (or 0xA8A383) is unknown color: approx Neutral Green. HEX triplet: A8, A3 and 83. RGB value is (168,163,131). Sum of RGB (Red+Green+Blue) = 168+163+131=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A383 is #575C7C. Grayscale: #A0A0A0. Windows color (decimal): -5725309 or 8627112. OLE color: 8627112.

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

Color convert

RGB168163131-
CMYK00.030.220.34
HSL51.89º17.54%58.63%-
HSV(B)51.89º22.02%65.88%-
XYZ33.3436.1626.69-
YUV160.85111.16133.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=36.36%
G=35.28%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816313100.030.220.3451.8917.5458.63
HexA8A38303162234123b
Octal250243203032642642273
Binary1010100010100011100000110111011010001011010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A383; }

 p { color: rgb(168,163,131); }

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

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

 a { background-color: rgb(168,163,131); }

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

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

 span { border-color: rgb(168,163,131); }

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