#AB7147

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

Shades of Bourbon #AB7147

Tints of Bourbon #AB7147

Color information

#AB7147 (or 0xAB7147) is unknown color: approx Bourbon. HEX triplet: AB, 71 and 47. RGB value is (171,113,71). Sum of RGB (Red+Green+Blue) = 171+113+71=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7147 is #548EB8. Grayscale: #7D7D7D. Windows color (decimal): -5541561 or 4682155. OLE color: 4682155.

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

Color convert

RGB17111371-
CMYK00.340.580.33
HSL25.2º41.32%47.45%-
HSV(B)25.2º58.48%67.06%-
XYZ23.8420.928.74-
YUV125.5597.22160.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 71 (28.12% from 255) = 20%
R=48.17%
G=31.83%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711137100.340.580.3325.241.3247.45
HexAB71470223A2119292f
Octal2531611070427241315157
Binary1010101111100011000111010001011101010000111001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7147; }

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

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

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

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

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

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

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

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