#AAA365

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

Shades of Gimblet #AAA365

Tints of Gimblet #AAA365

Color information

#AAA365 (or 0xAAA365) is unknown color: approx Gimblet. HEX triplet: AA, A3 and 65. RGB value is (170,163,101). Sum of RGB (Red+Green+Blue) = 170+163+101=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA365 is #555C9A. Grayscale: #9E9E9E. Windows color (decimal): -5594267 or 6661034. OLE color: 6661034.

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

Color convert

RGB170163101-
CMYK00.040.410.33
HSL53.91º28.87%53.14%-
HSV(B)53.91º40.59%66.67%-
XYZ32.0235.6817.51-
YUV158.0295.82136.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 163 (64.06% from 255) = 37.56%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=39.17%
G=37.56%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016310100.040.410.3353.9128.8753.14
HexAAA365042921361d35
Octal252243145045141663565
Binary10101010101000111100101010010100110000111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA365; }

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

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

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

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

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

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

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

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