#AD713C

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

Shades of Bourbon #AD713C

Tints of Bourbon #AD713C

Color information

#AD713C (or 0xAD713C) is unknown color: approx Bourbon. HEX triplet: AD, 71 and 3C. RGB value is (173,113,60). Sum of RGB (Red+Green+Blue) = 173+113+60=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD713C is #528EC3. Grayscale: #7D7D7D. Windows color (decimal): -5410500 or 3961261. OLE color: 3961261.

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

Color convert

RGB17311360-
CMYK00.350.650.32
HSL28.14º48.5%45.69%-
HSV(B)28.14º65.32%67.84%-
XYZ23.9521.027.07-
YUV124.991.38162.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=50%
G=32.66%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731136000.350.650.3228.1448.545.69
HexAD713C02341201c302e
Octal2551617404310140346056
Binary1010110111100011111000100011100000110000011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD713C; }

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

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

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

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

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

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

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

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