#AAA565

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

Shades of Gimblet #AAA565

Tints of Gimblet #AAA565

Color information

#AAA565 (or 0xAAA565) is unknown color: approx Gimblet. HEX triplet: AA, A5 and 65. RGB value is (170,165,101). Sum of RGB (Red+Green+Blue) = 170+165+101=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA565 is #555A9A. Grayscale: #9F9F9F. Windows color (decimal): -5593755 or 6661546. OLE color: 6661546.

HSL color Cylindrical-coordinate representation of color #AAA565: hue angle of 55.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAA565 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170165101-
CMYK00.030.410.33
HSL55.65º28.87%53.14%-
HSV(B)55.65º40.59%66.67%-
XYZ32.3836.417.63-
YUV159.295.16135.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=38.99%
G=37.84%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016510100.030.410.3355.6528.8753.14
HexAAA565032921381d35
Octal252245145035141703565
Binary1010101010100101110010101110100110000111100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA565; }

 p { color: rgb(170,165,101); }

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

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

 a { background-color: rgb(170,165,101); }

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

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

 span { border-color: rgb(170,165,101); }

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