#AD6F3C

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

Shades of Bourbon #AD6F3C

Tints of Bourbon #AD6F3C

Color information

#AD6F3C (or 0xAD6F3C) is unknown color: approx Bourbon. HEX triplet: AD, 6F and 3C. RGB value is (173,111,60). Sum of RGB (Red+Green+Blue) = 173+111+60=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F3C is #5290C3. Grayscale: #7B7B7B. Windows color (decimal): -5411012 or 3960749. OLE color: 3960749.

HSL color Cylindrical-coordinate representation of color #AD6F3C: hue angle of 27.08º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD6F3C is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB17311160-
CMYK00.360.650.32
HSL27.08º48.5%45.69%-
HSV(B)27.08º65.32%67.84%-
XYZ23.7320.587-
YUV123.7292.04163.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 60 (23.83% from 255) = 17.44%
R=50.29%
G=32.27%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731116000.360.650.3227.0848.545.69
HexAD6F3C02441201b302e
Octal2551577404410140336056
Binary1010110111011111111000100100100000110000011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F3C; }

 p { color: rgb(173,111,60); }

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

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

 a { background-color: rgb(173,111,60); }

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

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

 span { border-color: rgb(173,111,60); }

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