#ADA668

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

Shades of Gimblet #ADA668

Tints of Gimblet #ADA668

Color information

#ADA668 (or 0xADA668) is unknown color: approx Gimblet. HEX triplet: AD, A6 and 68. RGB value is (173,166,104). Sum of RGB (Red+Green+Blue) = 173+166+104=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA668 is #525997. Grayscale: #A1A1A1. Windows color (decimal): -5396888 or 6858413. OLE color: 6858413.

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

Color convert

RGB173166104-
CMYK00.040.400.32
HSL53.91º29.61%54.31%-
HSV(B)53.91º39.88%67.84%-
XYZ33.3737.1618.51-
YUV161.0295.82136.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=39.05%
G=37.47%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316610400.040.400.3253.9129.6154.31
HexADA668042820361e36
Octal255246150045040663666
Binary10101101101001101101000010010100010000011011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA668; }

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

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

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

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

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

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

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

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