#AAA38B

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

Shades of Neutral Green #AAA38B

Tints of Neutral Green #AAA38B

Color information

#AAA38B (or 0xAAA38B) is unknown color: approx Neutral Green. HEX triplet: AA, A3 and 8B. RGB value is (170,163,139). Sum of RGB (Red+Green+Blue) = 170+163+139=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA38B is #555C74. Grayscale: #A2A2A2. Windows color (decimal): -5594229 or 9151402. OLE color: 9151402.

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

Color convert

RGB170163139-
CMYK00.040.180.33
HSL46.45º15.42%60.59%-
HSV(B)46.45º18.24%66.67%-
XYZ34.3336.629.68-
YUV162.36114.82133.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=36.02%
G=34.53%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016313900.040.180.3346.4515.4260.59
HexAAA38B0412212ef3d
Octal252243213042241561775
Binary1010101010100011100010110100100101000011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA38B; }

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

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

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

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

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

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

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

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