#AAA683

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

Shades of Neutral Green #AAA683

Tints of Neutral Green #AAA683

Color information

#AAA683 (or 0xAAA683) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 83. RGB value is (170,166,131). Sum of RGB (Red+Green+Blue) = 170+166+131=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA683 is #55597C. Grayscale: #A3A3A3. Windows color (decimal): -5593469 or 8627882. OLE color: 8627882.

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

Color convert

RGB170166131-
CMYK00.020.230.33
HSL53.85º18.66%59.02%-
HSV(B)53.85º22.94%66.67%-
XYZ34.3137.4626.89-
YUV163.21109.83132.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=36.40%
G=35.55%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016613100.020.230.3353.8518.6659.02
HexAAA68302172136133b
Octal252246203022741662373
Binary1010101010100110100000110101011110000111011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA683; }

 p { color: rgb(170,166,131); }

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

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

 a { background-color: rgb(170,166,131); }

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

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

 span { border-color: rgb(170,166,131); }

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