#AD6E44

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

Shades of Bourbon #AD6E44

Tints of Bourbon #AD6E44

Color information

#AD6E44 (or 0xAD6E44) is unknown color: approx Bourbon. HEX triplet: AD, 6E and 44. RGB value is (173,110,68). Sum of RGB (Red+Green+Blue) = 173+110+68=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E44 is #5291BB. Grayscale: #7C7C7C. Windows color (decimal): -5411260 or 4484781. OLE color: 4484781.

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

Color convert

RGB17311068-
CMYK00.360.610.32
HSL24º43.57%47.25%-
HSV(B)24º60.69%67.84%-
XYZ23.8520.458.16-
YUV124.0596.37162.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 68 (26.95% from 255) = 19.37%
R=49.29%
G=31.34%
B=19.37%

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
Decimal1731106800.360.610.322443.5747.25
HexAD6E440243D20182c2f
Octal2551561040447540305457
Binary1010110111011101000100010010011110110000011000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E44; }

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

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

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

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

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

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

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

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