#AAA45C

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

Shades of Gimblet #AAA45C

Tints of Gimblet #AAA45C

Color information

#AAA45C (or 0xAAA45C) is unknown color: approx Gimblet. HEX triplet: AA, A4 and 5C. RGB value is (170,164,92). Sum of RGB (Red+Green+Blue) = 170+164+92=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA45C is #555BA3. Grayscale: #9D9D9D. Windows color (decimal): -5594020 or 6071466. OLE color: 6071466.

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

Color convert

RGB17016492-
CMYK00.040.460.33
HSL55.38º31.45%51.37%-
HSV(B)55.38º45.88%66.67%-
XYZ31.7835.8715.37-
YUV157.5990.99136.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=39.91%
G=38.50%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701649200.040.460.3355.3831.4551.37
HexAAA45C042E21371f33
Octal252244134045641673763
Binary10101010101001001011100010010111010000111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA45C; }

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

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

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

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

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

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

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

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