#AAA264

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

Shades of Gimblet #AAA264

Tints of Gimblet #AAA264

Color information

#AAA264 (or 0xAAA264) is unknown color: approx Gimblet. HEX triplet: AA, A2 and 64. RGB value is (170,162,100). Sum of RGB (Red+Green+Blue) = 170+162+100=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA264 is #555D9B. Grayscale: #9D9D9D. Windows color (decimal): -5594524 or 6595242. OLE color: 6595242.

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

Color convert

RGB170162100-
CMYK00.050.410.33
HSL53.14º29.17%52.94%-
HSV(B)53.14º41.18%66.67%-
XYZ31.835.3117.2-
YUV157.3295.65137.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=39.35%
G=37.5%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016210000.050.410.3353.1429.1752.94
HexAAA264052921351d35
Octal252242144055141653565
Binary10101010101000101100100010110100110000111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA264; }

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

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

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

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

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

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

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

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