#AD733C

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

Shades of Bourbon #AD733C

Tints of Bourbon #AD733C

Color information

#AD733C (or 0xAD733C) is unknown color: approx Bourbon. HEX triplet: AD, 73 and 3C. RGB value is (173,115,60). Sum of RGB (Red+Green+Blue) = 173+115+60=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD733C is #528CC3. Grayscale: #7E7E7E. Windows color (decimal): -5409988 or 3961773. OLE color: 3961773.

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

Color convert

RGB17311560-
CMYK00.340.650.32
HSL29.2º48.5%45.69%-
HSV(B)29.2º65.32%67.84%-
XYZ24.1821.477.15-
YUV126.0790.72161.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=49.71%
G=33.05%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731156000.340.650.3229.248.545.69
HexAD733C02241201d302e
Octal2551637404210140356056
Binary1010110111100111111000100010100000110000011101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD733C; }

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

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

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

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

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

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

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

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