#AAA35E

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

Shades of Gimblet #AAA35E

Tints of Gimblet #AAA35E

Color information

#AAA35E (or 0xAAA35E) is unknown color: approx Gimblet. HEX triplet: AA, A3 and 5E. RGB value is (170,163,94). Sum of RGB (Red+Green+Blue) = 170+163+94=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA35E is #555CA1. Grayscale: #9D9D9D. Windows color (decimal): -5594274 or 6202282. OLE color: 6202282.

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

Color convert

RGB17016394-
CMYK00.040.450.33
HSL54.47º30.89%51.76%-
HSV(B)54.47º44.71%66.67%-
XYZ31.735.5515.78-
YUV157.2392.32137.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=39.81%
G=38.17%
B=22.01%

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
Decimal1701639400.040.450.3354.4730.8951.76
HexAAA35E042D21361f34
Octal252243136045541663764
Binary10101010101000111011110010010110110000111011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA35E; }

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

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

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

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

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

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

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

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