#AAA86A

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

Shades of Gimblet #AAA86A

Tints of Gimblet #AAA86A

Color information

#AAA86A (or 0xAAA86A) is unknown color: approx Gimblet. HEX triplet: AA, A8 and 6A. RGB value is (170,168,106). Sum of RGB (Red+Green+Blue) = 170+168+106=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA86A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA86A is #555795. Grayscale: #A1A1A1. Windows color (decimal): -5592982 or 6989994. OLE color: 6989994.

HSL color Cylindrical-coordinate representation of color #AAA86A: hue angle of 58.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAA86A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB170168106-
CMYK00.010.380.33
HSL58.12º27.35%54.12%-
HSV(B)58.12º37.65%66.67%-
XYZ33.1837.5919.14-
YUV161.5396.66134.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=38.29%
G=37.84%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016810600.010.380.3358.1227.3554.12
HexAAA86A0126213a1b36
Octal252250152014641723366
Binary101010101010100011010100110011010000111101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA86A; }

 p { color: rgb(170,168,106); }

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

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

 a { background-color: rgb(170,168,106); }

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

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

 span { border-color: rgb(170,168,106); }

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