#AD6A3D

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

Shades of Bourbon #AD6A3D

Tints of Bourbon #AD6A3D

Color information

#AD6A3D (or 0xAD6A3D) is unknown color: approx Bourbon. HEX triplet: AD, 6A and 3D. RGB value is (173,106,61). Sum of RGB (Red+Green+Blue) = 173+106+61=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A3D is #5295C2. Grayscale: #797979. Windows color (decimal): -5412291 or 4025005. OLE color: 4025005.

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

Color convert

RGB17310661-
CMYK00.390.650.32
HSL24.11º47.86%45.88%-
HSV(B)24.11º64.74%67.84%-
XYZ23.2319.536.96-
YUV120.994.2165.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=50.88%
G=31.18%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731066100.390.650.3224.1147.8645.88
HexAD6A3D027412018302e
Octal2551527504710140306056
Binary1010110111010101111010100111100000110000011000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A3D; }

 p { color: rgb(173,106,61); }

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

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

 a { background-color: rgb(173,106,61); }

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

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

 span { border-color: rgb(173,106,61); }

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