#AAA385

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

Shades of Neutral Green #AAA385

Tints of Neutral Green #AAA385

Color information

#AAA385 (or 0xAAA385) is unknown color: approx Neutral Green. HEX triplet: AA, A3 and 85. RGB value is (170,163,133). Sum of RGB (Red+Green+Blue) = 170+163+133=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA385 is #555C7A. Grayscale: #A1A1A1. Windows color (decimal): -5594235 or 8758186. OLE color: 8758186.

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

Color convert

RGB170163133-
CMYK00.040.220.33
HSL48.65º17.87%59.41%-
HSV(B)48.65º21.76%66.67%-
XYZ33.9136.4327.44-
YUV161.67111.82133.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=36.48%
G=34.98%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016313300.040.220.3348.6517.8759.41
HexAAA38504162131123b
Octal252243205042641612273
Binary10101010101000111000010101001011010000111000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA385; }

 p { color: rgb(170,163,133); }

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

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

 a { background-color: rgb(170,163,133); }

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

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

 span { border-color: rgb(170,163,133); }

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