#AAA78D

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

Shades of Neutral Green #AAA78D

Tints of Neutral Green #AAA78D

Color information

#AAA78D (or 0xAAA78D) is unknown color: approx Neutral Green. HEX triplet: AA, A7 and 8D. RGB value is (170,167,141). Sum of RGB (Red+Green+Blue) = 170+167+141=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA78D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA78D is #555872. Grayscale: #A5A5A5. Windows color (decimal): -5593203 or 9283498. OLE color: 9283498.

HSL color Cylindrical-coordinate representation of color #AAA78D: hue angle of 53.79º 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 #AAA78D is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB170167141-
CMYK00.020.170.33
HSL53.79º14.57%60.98%-
HSV(B)53.79º17.06%66.67%-
XYZ35.238.1130.7-
YUV164.93114.49131.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=35.56%
G=34.94%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016714100.020.170.3353.7914.5760.98
HexAAA78D02112136f3d
Octal252247215022141661775
Binary101010101010011110001101010100011000011101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA78D; }

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

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

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

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

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

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

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

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