#AB7049

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

Shades of Bourbon #AB7049

Tints of Bourbon #AB7049

Color information

#AB7049 (or 0xAB7049) is unknown color: approx Bourbon. HEX triplet: AB, 70 and 49. RGB value is (171,112,73). Sum of RGB (Red+Green+Blue) = 171+112+73=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7049 is #548FB6. Grayscale: #7D7D7D. Windows color (decimal): -5541815 or 4812971. OLE color: 4812971.

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

Color convert

RGB17111273-
CMYK00.350.570.33
HSL23.88º40.16%47.84%-
HSV(B)23.88º57.31%67.06%-
XYZ23.7920.739.05-
YUV125.298.55160.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=48.03%
G=31.46%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711127300.350.570.3323.8840.1647.84
HexAB70490233921182830
Octal2531601110437141305060
Binary1010101111100001001001010001111100110000111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7049; }

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

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

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

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

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

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

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

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