#AAA68D

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

Shades of Neutral Green #AAA68D

Tints of Neutral Green #AAA68D

Color information

#AAA68D (or 0xAAA68D) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 8D. RGB value is (170,166,141). Sum of RGB (Red+Green+Blue) = 170+166+141=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA68D is #555972. Grayscale: #A4A4A4. Windows color (decimal): -5593459 or 9283242. OLE color: 9283242.

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

Color convert

RGB170166141-
CMYK00.020.170.33
HSL51.72º14.57%60.98%-
HSV(B)51.72º17.06%66.67%-
XYZ35.0237.7430.64-
YUV164.35114.83132.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=35.64%
G=34.80%
B=29.56%

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
Decimal17016614100.020.170.3351.7214.5760.98
HexAAA68D02112134f3d
Octal252246215022141641775
Binary101010101010011010001101010100011000011101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA68D; }

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

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

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

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

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

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

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

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