#AAA464

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

Shades of Gimblet #AAA464

Tints of Gimblet #AAA464

Color information

#AAA464 (or 0xAAA464) is unknown color: approx Gimblet. HEX triplet: AA, A4 and 64. RGB value is (170,164,100). Sum of RGB (Red+Green+Blue) = 170+164+100=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA464 is #555B9B. Grayscale: #9E9E9E. Windows color (decimal): -5594012 or 6595754. OLE color: 6595754.

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

Color convert

RGB170164100-
CMYK00.040.410.33
HSL54.86º29.17%52.94%-
HSV(B)54.86º41.18%66.67%-
XYZ32.1536.0217.31-
YUV158.594.99136.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=39.17%
G=37.79%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016410000.040.410.3354.8629.1752.94
HexAAA464042921371d35
Octal252244144045141673565
Binary10101010101001001100100010010100110000111011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA464; }

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

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

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

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

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

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

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

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