#AAA160

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

Shades of Gimblet #AAA160

Tints of Gimblet #AAA160

Color information

#AAA160 (or 0xAAA160) is unknown color: approx Gimblet. HEX triplet: AA, A1 and 60. RGB value is (170,161,96). Sum of RGB (Red+Green+Blue) = 170+161+96=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA160 is #555E9F. Grayscale: #9C9C9C. Windows color (decimal): -5594784 or 6332842. OLE color: 6332842.

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

Color convert

RGB17016196-
CMYK00.050.440.33
HSL52.7º30.33%52.16%-
HSV(B)52.7º43.53%66.67%-
XYZ31.4334.8816.14-
YUV156.2893.98137.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=39.81%
G=37.70%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701619600.050.440.3352.730.3352.16
HexAAA160052C21351e34
Octal252241140055441653664
Binary10101010101000011100000010110110010000111010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA160; }

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

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

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

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

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

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

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

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