#AAA45E

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

Shades of Gimblet #AAA45E

Tints of Gimblet #AAA45E

Color information

#AAA45E (or 0xAAA45E) is unknown color: approx Gimblet. HEX triplet: AA, A4 and 5E. RGB value is (170,164,94). Sum of RGB (Red+Green+Blue) = 170+164+94=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA45E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA45E is #555BA1. Grayscale: #9E9E9E. Windows color (decimal): -5594018 or 6202538. OLE color: 6202538.

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

Color convert

RGB17016494-
CMYK00.040.450.33
HSL55.26º30.89%51.76%-
HSV(B)55.26º44.71%66.67%-
XYZ31.8735.9115.84-
YUV157.8191.99136.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 94 (37.11% from 255) = 21.96%
R=39.72%
G=38.32%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701649400.040.450.3355.2630.8951.76
HexAAA45E042D21371f34
Octal252244136045541673764
Binary10101010101001001011110010010110110000111011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA45E; }

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

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

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

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

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

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

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

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