#AAA38D

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

Shades of Neutral Green #AAA38D

Tints of Neutral Green #AAA38D

Color information

#AAA38D (or 0xAAA38D) is unknown color: approx Neutral Green. HEX triplet: AA, A3 and 8D. RGB value is (170,163,141). Sum of RGB (Red+Green+Blue) = 170+163+141=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA38D is #555C72. Grayscale: #A2A2A2. Windows color (decimal): -5594227 or 9282474. OLE color: 9282474.

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

Color convert

RGB170163141-
CMYK00.040.170.33
HSL45.52º14.57%60.98%-
HSV(B)45.52º17.06%66.67%-
XYZ34.4836.6630.46-
YUV162.58115.82133.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 163 (64.06% from 255) = 34.39%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=35.86%
G=34.39%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016314100.040.170.3345.5214.5760.98
HexAAA38D0411212ef3d
Octal252243215042141561775
Binary1010101010100011100011010100100011000011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA38D; }

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

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

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

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

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

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

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

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