#AAA668

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

Shades of Gimblet #AAA668

Tints of Gimblet #AAA668

Color information

#AAA668 (or 0xAAA668) is unknown color: approx Gimblet. HEX triplet: AA, A6 and 68. RGB value is (170,166,104). Sum of RGB (Red+Green+Blue) = 170+166+104=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA668 is #555997. Grayscale: #A0A0A0. Windows color (decimal): -5593496 or 6858410. OLE color: 6858410.

HSL color Cylindrical-coordinate representation of color #AAA668: hue angle of 56.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA668 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170166104-
CMYK00.020.390.33
HSL56.36º27.97%53.73%-
HSV(B)56.36º38.82%66.67%-
XYZ32.7136.8218.48-
YUV160.1396.33135.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=38.64%
G=37.73%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016610400.020.390.3356.3627.9753.73
HexAAA668022721381c36
Octal252246150024741703466
Binary1010101010100110110100001010011110000111100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA668; }

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

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

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

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

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

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

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

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