#AAA86B

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

Shades of Gimblet #AAA86B

Tints of Gimblet #AAA86B

Color information

#AAA86B (or 0xAAA86B) is unknown color: approx Gimblet. HEX triplet: AA, A8 and 6B. RGB value is (170,168,107). Sum of RGB (Red+Green+Blue) = 170+168+107=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA86B is #555794. Grayscale: #A1A1A1. Windows color (decimal): -5592981 or 7055530. OLE color: 7055530.

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

Color convert

RGB170168107-
CMYK00.010.370.33
HSL58.1º27.04%54.31%-
HSV(B)58.1º37.06%66.67%-
XYZ33.2337.6119.42-
YUV161.6497.16133.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=38.20%
G=37.75%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016810700.010.370.3358.127.0454.31
HexAAA86B0125213a1b36
Octal252250153014541723366
Binary101010101010100011010110110010110000111101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA86B; }

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

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

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

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

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

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

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

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