#AD6E43

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

Shades of Bourbon #AD6E43

Tints of Bourbon #AD6E43

Color information

#AD6E43 (or 0xAD6E43) is unknown color: approx Bourbon. HEX triplet: AD, 6E and 43. RGB value is (173,110,67). Sum of RGB (Red+Green+Blue) = 173+110+67=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E43 is #5291BC. Grayscale: #7C7C7C. Windows color (decimal): -5411261 or 4419245. OLE color: 4419245.

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

Color convert

RGB17311067-
CMYK00.360.610.32
HSL24.34º44.17%47.06%-
HSV(B)24.34º61.27%67.84%-
XYZ23.8220.448-
YUV123.9495.87163-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.43%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 67 (26.56% from 255) = 19.14%
R=49.43%
G=31.43%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731106700.360.610.3224.3444.1747.06
HexAD6E430243D20182c2f
Octal2551561030447540305457
Binary1010110111011101000011010010011110110000011000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E43; }

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

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

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

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

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

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

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

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