#AAA665

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

Shades of Gimblet #AAA665

Tints of Gimblet #AAA665

Color information

#AAA665 (or 0xAAA665) is unknown color: approx Gimblet. HEX triplet: AA, A6 and 65. RGB value is (170,166,101). Sum of RGB (Red+Green+Blue) = 170+166+101=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA665 is #55599A. Grayscale: #A0A0A0. Windows color (decimal): -5593499 or 6661802. OLE color: 6661802.

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

Color convert

RGB170166101-
CMYK00.020.410.33
HSL56.52º28.87%53.14%-
HSV(B)56.52º40.59%66.67%-
XYZ32.5636.7617.69-
YUV159.7994.83135.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=38.90%
G=37.99%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016610100.020.410.3356.5228.8753.14
HexAAA665022921391d35
Octal252246145025141713565
Binary1010101010100110110010101010100110000111100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA665; }

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

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

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

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

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

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

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

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