#AD7147

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

Shades of Bourbon #AD7147

Tints of Bourbon #AD7147

Color information

#AD7147 (or 0xAD7147) is unknown color: approx Bourbon. HEX triplet: AD, 71 and 47. RGB value is (173,113,71). Sum of RGB (Red+Green+Blue) = 173+113+71=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7147 is #528EB8. Grayscale: #7E7E7E. Windows color (decimal): -5410489 or 4682157. OLE color: 4682157.

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

Color convert

RGB17311371-
CMYK00.350.590.32
HSL24.71º41.8%47.84%-
HSV(B)24.71º58.96%67.84%-
XYZ24.2821.158.76-
YUV126.1596.88161.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 71 (28.12% from 255) = 19.89%
R=48.46%
G=31.65%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731137100.350.590.3224.7141.847.84
HexAD71470233B20192a30
Octal2551611070437340315260
Binary1010110111100011000111010001111101110000011001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7147; }

 p { color: rgb(173,113,71); }

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

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

 a { background-color: rgb(173,113,71); }

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

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

 span { border-color: rgb(173,113,71); }

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