#AB7546

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

Shades of Bourbon #AB7546

Tints of Bourbon #AB7546

Color information

#AB7546 (or 0xAB7546) is unknown color: approx Bourbon. HEX triplet: AB, 75 and 46. RGB value is (171,117,70). Sum of RGB (Red+Green+Blue) = 171+117+70=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7546 is #548AB9. Grayscale: #808080. Windows color (decimal): -5540538 or 4617643. OLE color: 4617643.

HSL color Cylindrical-coordinate representation of color #AB7546: hue angle of 27.92º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB7546 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17111770-
CMYK00.320.590.33
HSL27.92º41.91%47.25%-
HSV(B)27.92º59.06%67.06%-
XYZ24.2621.828.73-
YUV127.7995.39158.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 70 (27.73% from 255) = 19.55%
R=47.77%
G=32.68%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711177000.320.590.3327.9241.9147.25
HexAB75460203B211c2a2f
Octal2531651060407341345257
Binary1010101111101011000110010000011101110000111100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7546; }

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

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

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

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

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

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

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

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