#AB7042

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

Shades of Bourbon #AB7042

Tints of Bourbon #AB7042

Color information

#AB7042 (or 0xAB7042) is unknown color: approx Bourbon. HEX triplet: AB, 70 and 42. RGB value is (171,112,66). Sum of RGB (Red+Green+Blue) = 171+112+66=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7042 is #548FBD. Grayscale: #7C7C7C. Windows color (decimal): -5541822 or 4354219. OLE color: 4354219.

HSL color Cylindrical-coordinate representation of color #AB7042: hue angle of 26.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB7042 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17111266-
CMYK00.350.610.33
HSL26.29º44.3%46.47%-
HSV(B)26.29º61.4%67.06%-
XYZ23.5720.647.9-
YUV124.495.05161.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=49.00%
G=32.09%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711126600.350.610.3326.2944.346.47
HexAB70420233D211a2c2e
Octal2531601020437541325456
Binary1010101111100001000010010001111110110000111010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7042; }

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

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

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

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

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

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

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

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