#AD7244

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

Shades of Bourbon #AD7244

Tints of Bourbon #AD7244

Color information

#AD7244 (or 0xAD7244) is unknown color: approx Bourbon. HEX triplet: AD, 72 and 44. RGB value is (173,114,68). Sum of RGB (Red+Green+Blue) = 173+114+68=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7244 is #528DBB. Grayscale: #7E7E7E. Windows color (decimal): -5410236 or 4485805. OLE color: 4485805.

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

Color convert

RGB17311468-
CMYK00.340.610.32
HSL26.29º43.57%47.25%-
HSV(B)26.29º60.69%67.84%-
XYZ24.2921.348.31-
YUV126.495.05161.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 68 (26.95% from 255) = 19.15%
R=48.73%
G=32.11%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731146800.340.610.3226.2943.5747.25
HexAD72440223D201a2c2f
Octal2551621040427540325457
Binary1010110111100101000100010001011110110000011010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7244; }

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

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

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

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

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

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

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

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