#AD7044

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

Shades of Bourbon #AD7044

Tints of Bourbon #AD7044

Color information

#AD7044 (or 0xAD7044) is unknown color: approx Bourbon. HEX triplet: AD, 70 and 44. RGB value is (173,112,68). Sum of RGB (Red+Green+Blue) = 173+112+68=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7044 is #528FBB. Grayscale: #7D7D7D. Windows color (decimal): -5410748 or 4485293. OLE color: 4485293.

HSL color Cylindrical-coordinate representation of color #AD7044: hue angle of 25.14º 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 #AD7044 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17311268-
CMYK00.350.610.32
HSL25.14º43.57%47.25%-
HSV(B)25.14º60.69%67.84%-
XYZ24.0720.898.23-
YUV125.2295.71162.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=49.01%
G=31.73%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731126800.350.610.3225.1443.5747.25
HexAD70440233D20192c2f
Octal2551601040437540315457
Binary1010110111100001000100010001111110110000011001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7044; }

 p { color: rgb(173,112,68); }

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

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

 a { background-color: rgb(173,112,68); }

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

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

 span { border-color: rgb(173,112,68); }

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