#AD6538

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

Shades of Bourbon #AD6538

Tints of Bourbon #AD6538

Color information

#AD6538 (or 0xAD6538) is unknown color: approx Bourbon. HEX triplet: AD, 65 and 38. RGB value is (173,101,56). Sum of RGB (Red+Green+Blue) = 173+101+56=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6538 is #529AC7. Grayscale: #757575. Windows color (decimal): -5413576 or 3696045. OLE color: 3696045.

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

Color convert

RGB17310156-
CMYK00.420.680.32
HSL23.08º51.09%44.9%-
HSV(B)23.08º67.63%67.84%-
XYZ22.618.486.12-
YUV117.493.35167.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 56 (22.27% from 255) = 16.97%
R=52.42%
G=30.61%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731015600.420.680.3223.0851.0944.9
HexAD653802A442017332d
Octal2551457005210440276355
Binary1010110111001011110000101010100010010000010111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6538; }

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

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

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

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

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

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

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

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