#AD6639

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

Shades of Bourbon #AD6639

Tints of Bourbon #AD6639

Color information

#AD6639 (or 0xAD6639) is unknown color: approx Bourbon. HEX triplet: AD, 66 and 39. RGB value is (173,102,57). Sum of RGB (Red+Green+Blue) = 173+102+57=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6639 is #5299C6. Grayscale: #767676. Windows color (decimal): -5413319 or 3761837. OLE color: 3761837.

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

Color convert

RGB17310257-
CMYK00.410.670.32
HSL23.28º50.43%45.1%-
HSV(B)23.28º67.05%67.84%-
XYZ22.7218.686.28-
YUV118.193.52167.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 57 (22.66% from 255) = 17.17%
R=52.11%
G=30.72%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731025700.410.670.3223.2850.4345.1
HexAD6639029432017322d
Octal2551467105110340276255
Binary1010110111001101110010101001100001110000010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6639; }

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

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

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

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

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

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

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

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