#AAA15C

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

Shades of Gimblet #AAA15C

Tints of Gimblet #AAA15C

Color information

#AAA15C (or 0xAAA15C) is unknown color: approx Gimblet. HEX triplet: AA, A1 and 5C. RGB value is (170,161,92). Sum of RGB (Red+Green+Blue) = 170+161+92=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA15C is #555EA3. Grayscale: #9C9C9C. Windows color (decimal): -5594788 or 6070698. OLE color: 6070698.

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

Color convert

RGB17016192-
CMYK00.050.460.33
HSL53.08º31.45%51.37%-
HSV(B)53.08º45.88%66.67%-
XYZ31.2534.8115.2-
YUV155.8291.98138.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=40.19%
G=38.06%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701619200.050.460.3353.0831.4551.37
HexAAA15C052E21351f33
Octal252241134055641653763
Binary10101010101000011011100010110111010000111010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA15C; }

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

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

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

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

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

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

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

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