#AD6638

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

Shades of Bourbon #AD6638

Tints of Bourbon #AD6638

Color information

#AD6638 (or 0xAD6638) is unknown color: approx Bourbon. HEX triplet: AD, 66 and 38. RGB value is (173,102,56). Sum of RGB (Red+Green+Blue) = 173+102+56=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6638 is #5299C7. Grayscale: #767676. Windows color (decimal): -5413320 or 3696301. OLE color: 3696301.

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

Color convert

RGB17310256-
CMYK00.410.680.32
HSL23.59º51.09%44.9%-
HSV(B)23.59º67.63%67.84%-
XYZ22.718.676.15-
YUV117.9893.02167.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=52.27%
G=30.82%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731025600.410.680.3223.5951.0944.9
HexAD6638029442018332d
Octal2551467005110440306355
Binary1010110111001101110000101001100010010000011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6638; }

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

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

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

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

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

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

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

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