#AD7546

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

Shades of Bourbon #AD7546

Tints of Bourbon #AD7546

Color information

#AD7546 (or 0xAD7546) is unknown color: approx Bourbon. HEX triplet: AD, 75 and 46. RGB value is (173,117,70). Sum of RGB (Red+Green+Blue) = 173+117+70=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7546 is #528AB9. Grayscale: #808080. Windows color (decimal): -5409466 or 4617645. OLE color: 4617645.

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

Color convert

RGB17311770-
CMYK00.320.600.32
HSL27.38º42.39%47.65%-
HSV(B)27.38º59.54%67.84%-
XYZ24.722.058.75-
YUV128.3995.05159.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=48.06%
G=32.5%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731177000.320.600.3227.3842.3947.65
HexAD75460203C201b2a30
Octal2551651060407440335260
Binary1010110111101011000110010000011110010000011011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7546; }

 p { color: rgb(173,117,70); }

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

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

 a { background-color: rgb(173,117,70); }

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

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

 span { border-color: rgb(173,117,70); }

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