#AD723B

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

Shades of Bourbon #AD723B

Tints of Bourbon #AD723B

Color information

#AD723B (or 0xAD723B) is unknown color: approx Bourbon. HEX triplet: AD, 72 and 3B. RGB value is (173,114,59). Sum of RGB (Red+Green+Blue) = 173+114+59=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD723B is #528DC4. Grayscale: #7D7D7D. Windows color (decimal): -5410245 or 3895981. OLE color: 3895981.

HSL color Cylindrical-coordinate representation of color #AD723B: hue angle of 28.95º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD723B is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17311459-
CMYK00.340.660.32
HSL28.95º49.14%45.49%-
HSV(B)28.95º65.9%67.84%-
XYZ24.0421.236.97-
YUV125.3790.55161.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=50%
G=32.95%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731145900.340.660.3228.9549.1445.49
HexAD723B02242201d312d
Octal2551627304210240356155
Binary1010110111100101110110100010100001010000011101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD723B; }

 p { color: rgb(173,114,59); }

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

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

 a { background-color: rgb(173,114,59); }

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

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

 span { border-color: rgb(173,114,59); }

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