#AAA463

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

Shades of Gimblet #AAA463

Tints of Gimblet #AAA463

Color information

#AAA463 (or 0xAAA463) is unknown color: approx Gimblet. HEX triplet: AA, A4 and 63. RGB value is (170,164,99). Sum of RGB (Red+Green+Blue) = 170+164+99=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA463 is #555B9C. Grayscale: #9E9E9E. Windows color (decimal): -5594013 or 6530218. OLE color: 6530218.

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

Color convert

RGB17016499-
CMYK00.040.420.33
HSL54.93º29.46%52.75%-
HSV(B)54.93º41.76%66.67%-
XYZ32.113617.06-
YUV158.3894.49136.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=39.26%
G=37.88%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701649900.040.420.3354.9329.4652.75
HexAAA463042A21371d35
Octal252244143045241673565
Binary10101010101001001100011010010101010000111011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA463; }

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

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

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

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

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

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

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

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