#ADA666

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

Shades of Gimblet #ADA666

Tints of Gimblet #ADA666

Color information

#ADA666 (or 0xADA666) is unknown color: approx Gimblet. HEX triplet: AD, A6 and 66. RGB value is (173,166,102). Sum of RGB (Red+Green+Blue) = 173+166+102=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA666 is #525999. Grayscale: #A1A1A1. Windows color (decimal): -5396890 or 6727341. OLE color: 6727341.

HSL color Cylindrical-coordinate representation of color #ADA666: hue angle of 54.08º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADA666 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB173166102-
CMYK00.040.410.32
HSL54.08º30.21%53.92%-
HSV(B)54.08º41.04%67.84%-
XYZ33.2737.1217.98-
YUV160.894.82136.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=39.23%
G=37.64%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316610200.040.410.3254.0830.2153.92
HexADA666042920361e36
Octal255246146045140663666
Binary10101101101001101100110010010100110000011011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA666; }

 p { color: rgb(173,166,102); }

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

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

 a { background-color: rgb(173,166,102); }

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

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

 span { border-color: rgb(173,166,102); }

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