#ADA166

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

Shades of Gimblet #ADA166

Tints of Gimblet #ADA166

Color information

#ADA166 (or 0xADA166) is unknown color: approx Gimblet. HEX triplet: AD, A1 and 66. RGB value is (173,161,102). Sum of RGB (Red+Green+Blue) = 173+161+102=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA166 is #525E99. Grayscale: #9E9E9E. Windows color (decimal): -5398170 or 6726061. OLE color: 6726061.

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

Color convert

RGB173161102-
CMYK00.070.410.32
HSL49.86º30.21%53.92%-
HSV(B)49.86º41.04%67.84%-
XYZ32.3835.3317.68-
YUV157.8696.48138.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=39.68%
G=36.93%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316110200.070.410.3249.8630.2153.92
HexADA166072920321e36
Octal255241146075140623666
Binary10101101101000011100110011110100110000011001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA166; }

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

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

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

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

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

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

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

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