#AD6F44

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

Shades of Bourbon #AD6F44

Tints of Bourbon #AD6F44

Color information

#AD6F44 (or 0xAD6F44) is unknown color: approx Bourbon. HEX triplet: AD, 6F and 44. RGB value is (173,111,68). Sum of RGB (Red+Green+Blue) = 173+111+68=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F44 is #5290BB. Grayscale: #7C7C7C. Windows color (decimal): -5411004 or 4485037. OLE color: 4485037.

HSL color Cylindrical-coordinate representation of color #AD6F44: hue angle of 24.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD6F44 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17311168-
CMYK00.360.610.32
HSL24.57º43.57%47.25%-
HSV(B)24.57º60.69%67.84%-
XYZ23.9620.678.2-
YUV124.6496.04162.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=49.15%
G=31.53%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731116800.360.610.3224.5743.5747.25
HexAD6F440243D20192c2f
Octal2551571040447540315457
Binary1010110111011111000100010010011110110000011001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F44; }

 p { color: rgb(173,111,68); }

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

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

 a { background-color: rgb(173,111,68); }

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

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

 span { border-color: rgb(173,111,68); }

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