#ADA766

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

Shades of Gimblet #ADA766

Tints of Gimblet #ADA766

Color information

#ADA766 (or 0xADA766) is unknown color: approx Gimblet. HEX triplet: AD, A7 and 66. RGB value is (173,167,102). Sum of RGB (Red+Green+Blue) = 173+167+102=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA766 is #525899. Grayscale: #A1A1A1. Windows color (decimal): -5396634 or 6727597. OLE color: 6727597.

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

Color convert

RGB173167102-
CMYK00.030.410.32
HSL54.93º30.21%53.92%-
HSV(B)54.93º41.04%67.84%-
XYZ33.4537.4818.04-
YUV161.3894.49136.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=39.14%
G=37.78%
B=23.08%

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
Decimal17316710200.030.410.3254.9330.2153.92
HexADA766032920371e36
Octal255247146035140673666
Binary1010110110100111110011001110100110000011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA766; }

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

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

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

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

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

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

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

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