#AD6B44

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

Shades of Bourbon #AD6B44

Tints of Bourbon #AD6B44

Color information

#AD6B44 (or 0xAD6B44) is unknown color: approx Bourbon. HEX triplet: AD, 6B and 44. RGB value is (173,107,68). Sum of RGB (Red+Green+Blue) = 173+107+68=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B44 is #5294BB. Grayscale: #7A7A7A. Windows color (decimal): -5412028 or 4484013. OLE color: 4484013.

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

Color convert

RGB17310768-
CMYK00.380.610.32
HSL22.29º43.57%47.25%-
HSV(B)22.29º60.69%67.84%-
XYZ23.5319.828.05-
YUV122.2997.37164.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 68 (26.95% from 255) = 19.54%
R=49.71%
G=30.75%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731076800.380.610.3222.2943.5747.25
HexAD6B440263D20162c2f
Octal2551531040467540265457
Binary1010110111010111000100010011011110110000010110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B44; }

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

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

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

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

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

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

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

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