#ADA866

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

Shades of Gimblet #ADA866

Tints of Gimblet #ADA866

Color information

#ADA866 (or 0xADA866) is unknown color: approx Gimblet. HEX triplet: AD, A8 and 66. RGB value is (173,168,102). Sum of RGB (Red+Green+Blue) = 173+168+102=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA866 is #525799. Grayscale: #A2A2A2. Windows color (decimal): -5396378 or 6727853. OLE color: 6727853.

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

Color convert

RGB173168102-
CMYK00.030.410.32
HSL55.77º30.21%53.92%-
HSV(B)55.77º41.04%67.84%-
XYZ33.6337.8518.1-
YUV161.9794.16135.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=39.05%
G=37.92%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316810200.030.410.3255.7730.2153.92
HexADA866032920381e36
Octal255250146035140703666
Binary1010110110101000110011001110100110000011100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA866; }

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

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

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

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

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

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

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

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