#AD6B39

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

Shades of Bourbon #AD6B39

Tints of Bourbon #AD6B39

Color information

#AD6B39 (or 0xAD6B39) is unknown color: approx Bourbon. HEX triplet: AD, 6B and 39. RGB value is (173,107,57). Sum of RGB (Red+Green+Blue) = 173+107+57=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B39 is #5294C6. Grayscale: #797979. Windows color (decimal): -5412039 or 3763117. OLE color: 3763117.

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

Color convert

RGB17310757-
CMYK00.380.670.32
HSL25.86º50.43%45.1%-
HSV(B)25.86º67.05%67.84%-
XYZ23.2319.76.45-
YUV121.0391.87165.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 57 (22.66% from 255) = 16.91%
R=51.34%
G=31.75%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731075700.380.670.3225.8650.4345.1
HexAD6B3902643201a322d
Octal2551537104610340326255
Binary1010110111010111110010100110100001110000011010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B39; }

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

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

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

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

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

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

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

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