#AD7340

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

Shades of Bourbon #AD7340

Tints of Bourbon #AD7340

Color information

#AD7340 (or 0xAD7340) is unknown color: approx Bourbon. HEX triplet: AD, 73 and 40. RGB value is (173,115,64). Sum of RGB (Red+Green+Blue) = 173+115+64=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7340 is #528CBF. Grayscale: #7E7E7E. Windows color (decimal): -5409984 or 4223917. OLE color: 4223917.

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

Color convert

RGB17311564-
CMYK00.340.630.32
HSL28.07º45.99%46.47%-
HSV(B)28.07º63.01%67.84%-
XYZ24.2921.527.72-
YUV126.5392.72161.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=49.15%
G=32.67%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731156400.340.630.3228.0745.9946.47
HexAD73400223F201c2e2e
Octal2551631000427740345656
Binary1010110111100111000000010001011111110000011100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7340; }

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

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

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

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

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

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

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

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