#AAA78A

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

Shades of Neutral Green #AAA78A

Tints of Neutral Green #AAA78A

Color information

#AAA78A (or 0xAAA78A) is unknown color: approx Neutral Green. HEX triplet: AA, A7 and 8A. RGB value is (170,167,138). Sum of RGB (Red+Green+Blue) = 170+167+138=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA78A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA78A is #555875. Grayscale: #A4A4A4. Windows color (decimal): -5593206 or 9086890. OLE color: 9086890.

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

Color convert

RGB170167138-
CMYK00.020.190.33
HSL54.38º15.84%60.39%-
HSV(B)54.38º18.82%66.67%-
XYZ34.9838.0229.54-
YUV164.59112.99131.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=35.79%
G=35.16%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016713800.020.190.3354.3815.8460.39
HexAAA78A02132136103c
Octal252247212022341662074
Binary1010101010100111100010100101001110000111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA78A; }

 p { color: rgb(170,167,138); }

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

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

 a { background-color: rgb(170,167,138); }

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

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

 span { border-color: rgb(170,167,138); }

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