#AD6B41

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

Shades of Bourbon #AD6B41

Tints of Bourbon #AD6B41

Color information

#AD6B41 (or 0xAD6B41) is unknown color: approx Bourbon. HEX triplet: AD, 6B and 41. RGB value is (173,107,65). Sum of RGB (Red+Green+Blue) = 173+107+65=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B41 is #5294BE. Grayscale: #7A7A7A. Windows color (decimal): -5412031 or 4287405. OLE color: 4287405.

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

Color convert

RGB17310765-
CMYK00.380.620.32
HSL23.33º45.38%46.67%-
HSV(B)23.33º62.43%67.84%-
XYZ23.4519.787.58-
YUV121.9595.87164.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 65 (25.78% from 255) = 18.84%
R=50.14%
G=31.01%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731076500.380.620.3223.3345.3846.67
HexAD6B410263E20172d2f
Octal2551531010467640275557
Binary1010110111010111000001010011011111010000010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B41; }

 p { color: rgb(173,107,65); }

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

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

 a { background-color: rgb(173,107,65); }

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

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

 span { border-color: rgb(173,107,65); }

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