#AD7049

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

Shades of Bourbon #AD7049

Tints of Bourbon #AD7049

Color information

#AD7049 (or 0xAD7049) is unknown color: approx Bourbon. HEX triplet: AD, 70 and 49. RGB value is (173,112,73). Sum of RGB (Red+Green+Blue) = 173+112+73=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7049 is #528FB6. Grayscale: #7E7E7E. Windows color (decimal): -5410743 or 4812973. OLE color: 4812973.

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

Color convert

RGB17311273-
CMYK00.350.580.32
HSL23.4º40.65%48.24%-
HSV(B)23.4º57.8%67.84%-
XYZ24.2320.959.07-
YUV125.7998.21161.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=48.32%
G=31.28%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731127300.350.580.3223.440.6548.24
HexAD70490233A20172930
Octal2551601110437240275160
Binary1010110111100001001001010001111101010000010111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7049; }

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

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

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

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

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

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

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

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