#AD9F65

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

Shades of Gimblet #AD9F65

Tints of Gimblet #AD9F65

Color information

#AD9F65 (or 0xAD9F65) is unknown color: approx Gimblet. HEX triplet: AD, 9F and 65. RGB value is (173,159,101). Sum of RGB (Red+Green+Blue) = 173+159+101=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F65 is #52609A. Grayscale: #9C9C9C. Windows color (decimal): -5398683 or 6660013. OLE color: 6660013.

HSL color Cylindrical-coordinate representation of color #AD9F65: hue angle of 48.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD9F65 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB173159101-
CMYK00.080.420.32
HSL48.33º30.51%53.73%-
HSV(B)48.33º41.62%67.84%-
XYZ31.9834.6217.31-
YUV156.5796.64139.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=39.95%
G=36.72%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315910100.080.420.3248.3330.5153.73
HexAD9F65082A20301f36
Octal2552371450105240603766
Binary101011011001111111001010100010101010000011000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F65; }

 p { color: rgb(173,159,101); }

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

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

 a { background-color: rgb(173,159,101); }

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

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

 span { border-color: rgb(173,159,101); }

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