#ADA46B

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

Shades of Gimblet #ADA46B

Tints of Gimblet #ADA46B

Color information

#ADA46B (or 0xADA46B) is unknown color: approx Gimblet. HEX triplet: AD, A4 and 6B. RGB value is (173,164,107). Sum of RGB (Red+Green+Blue) = 173+164+107=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA46B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA46B is #525B94. Grayscale: #A0A0A0. Windows color (decimal): -5397397 or 7054509. OLE color: 7054509.

HSL color Cylindrical-coordinate representation of color #ADA46B: hue angle of 51.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADA46B is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB173164107-
CMYK00.050.380.32
HSL51.82º28.7%54.9%-
HSV(B)51.82º38.15%67.84%-
XYZ33.1636.519.21-
YUV160.1997.98137.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=38.96%
G=36.94%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316410700.050.380.3251.8228.754.9
HexADA46B052620341d37
Octal255244153054640643567
Binary10101101101001001101011010110011010000011010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA46B; }

 p { color: rgb(173,164,107); }

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

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

 a { background-color: rgb(173,164,107); }

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

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

 span { border-color: rgb(173,164,107); }

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