#AB7346

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

Shades of Bourbon #AB7346

Tints of Bourbon #AB7346

Color information

#AB7346 (or 0xAB7346) is unknown color: approx Bourbon. HEX triplet: AB, 73 and 46. RGB value is (171,115,70). Sum of RGB (Red+Green+Blue) = 171+115+70=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7346 is #548CB9. Grayscale: #7E7E7E. Windows color (decimal): -5541050 or 4617131. OLE color: 4617131.

HSL color Cylindrical-coordinate representation of color #AB7346: hue angle of 26.73º 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 #AB7346 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17111570-
CMYK00.330.590.33
HSL26.73º41.91%47.25%-
HSV(B)26.73º59.06%67.06%-
XYZ24.0321.368.65-
YUV126.6196.05159.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=48.03%
G=32.30%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711157000.330.590.3326.7341.9147.25
HexAB73460213B211b2a2f
Octal2531631060417341335257
Binary1010101111100111000110010000111101110000111011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7346; }

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

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

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

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

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

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

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

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