#AAA564

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

Shades of Gimblet #AAA564

Tints of Gimblet #AAA564

Color information

#AAA564 (or 0xAAA564) is unknown color: approx Gimblet. HEX triplet: AA, A5 and 64. RGB value is (170,165,100). Sum of RGB (Red+Green+Blue) = 170+165+100=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA564 is #555A9B. Grayscale: #9F9F9F. Windows color (decimal): -5593756 or 6596010. OLE color: 6596010.

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

Color convert

RGB170165100-
CMYK00.030.410.33
HSL55.71º29.17%52.94%-
HSV(B)55.71º41.18%66.67%-
XYZ32.3336.3817.37-
YUV159.0894.66135.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=39.08%
G=37.93%
B=22.99%

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
Decimal17016510000.030.410.3355.7129.1752.94
HexAAA564032921381d35
Octal252245144035141703565
Binary1010101010100101110010001110100110000111100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA564; }

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

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

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

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

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

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

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

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