#AB7149

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

Shades of Bourbon #AB7149

Tints of Bourbon #AB7149

Color information

#AB7149 (or 0xAB7149) is unknown color: approx Bourbon. HEX triplet: AB, 71 and 49. RGB value is (171,113,73). Sum of RGB (Red+Green+Blue) = 171+113+73=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7149 is #548EB6. Grayscale: #7E7E7E. Windows color (decimal): -5541559 or 4813227. OLE color: 4813227.

HSL color Cylindrical-coordinate representation of color #AB7149: hue angle of 24.49º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB7149 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17111373-
CMYK00.340.570.33
HSL24.49º40.16%47.84%-
HSV(B)24.49º57.31%67.06%-
XYZ23.920.959.09-
YUV125.7898.22160.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=47.90%
G=31.65%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711137300.340.570.3324.4940.1647.84
HexAB71490223921182830
Octal2531611110427141305060
Binary1010101111100011001001010001011100110000111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7149; }

 p { color: rgb(171,113,73); }

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

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

 a { background-color: rgb(171,113,73); }

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

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

 span { border-color: rgb(171,113,73); }

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