#AD6E46

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

Shades of Bourbon #AD6E46

Tints of Bourbon #AD6E46

Color information

#AD6E46 (or 0xAD6E46) is unknown color: approx Bourbon. HEX triplet: AD, 6E and 46. RGB value is (173,110,70). Sum of RGB (Red+Green+Blue) = 173+110+70=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E46 is #5291B9. Grayscale: #7C7C7C. Windows color (decimal): -5411258 or 4615853. OLE color: 4615853.

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

Color convert

RGB17311070-
CMYK00.360.600.32
HSL23.3º42.39%47.65%-
HSV(B)23.3º59.54%67.84%-
XYZ23.9220.488.49-
YUV124.2897.37162.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=49.01%
G=31.16%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731107000.360.600.3223.342.3947.65
HexAD6E460243C20172a30
Octal2551561060447440275260
Binary1010110111011101000110010010011110010000010111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E46; }

 p { color: rgb(173,110,70); }

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

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

 a { background-color: rgb(173,110,70); }

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

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

 span { border-color: rgb(173,110,70); }

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