#AD713D

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

Shades of Bourbon #AD713D

Tints of Bourbon #AD713D

Color information

#AD713D (or 0xAD713D) is unknown color: approx Bourbon. HEX triplet: AD, 71 and 3D. RGB value is (173,113,61). Sum of RGB (Red+Green+Blue) = 173+113+61=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD713D is #528EC2. Grayscale: #7D7D7D. Windows color (decimal): -5410499 or 4026797. OLE color: 4026797.

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

Color convert

RGB17311361-
CMYK00.350.650.32
HSL27.86º47.86%45.88%-
HSV(B)27.86º64.74%67.84%-
XYZ23.9821.037.21-
YUV125.0191.88162.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.86%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=49.86%
G=32.56%
B=17.58%

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
Decimal1731136100.350.650.3227.8647.8645.88
HexAD713D02341201c302e
Octal2551617504310140346056
Binary1010110111100011111010100011100000110000011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD713D; }

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

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

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

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

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

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

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

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