#AD7144

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

Shades of Bourbon #AD7144

Tints of Bourbon #AD7144

Color information

#AD7144 (or 0xAD7144) is unknown color: approx Bourbon. HEX triplet: AD, 71 and 44. RGB value is (173,113,68). Sum of RGB (Red+Green+Blue) = 173+113+68=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7144 is #528EBB. Grayscale: #7E7E7E. Windows color (decimal): -5410492 or 4485549. OLE color: 4485549.

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

Color convert

RGB17311368-
CMYK00.350.610.32
HSL25.71º43.57%47.25%-
HSV(B)25.71º60.69%67.84%-
XYZ24.1821.118.27-
YUV125.8195.38161.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.87%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=48.87%
G=31.92%
B=19.21%

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
Decimal1731136800.350.610.3225.7143.5747.25
HexAD71440233D201a2c2f
Octal2551611040437540325457
Binary1010110111100011000100010001111110110000011010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7144; }

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

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

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

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

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

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

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

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