#AB7449

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

Shades of Bourbon #AB7449

Tints of Bourbon #AB7449

Color information

#AB7449 (or 0xAB7449) is unknown color: approx Bourbon. HEX triplet: AB, 74 and 49. RGB value is (171,116,73). Sum of RGB (Red+Green+Blue) = 171+116+73=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7449 is #548BB6. Grayscale: #7F7F7F. Windows color (decimal): -5540791 or 4813995. OLE color: 4813995.

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

Color convert

RGB17111673-
CMYK00.320.570.33
HSL26.33º40.16%47.84%-
HSV(B)26.33º57.31%67.06%-
XYZ24.2421.639.2-
YUV127.5497.22159-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 73 (28.91% from 255) = 20.28%
R=47.5%
G=32.22%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711167300.320.570.3326.3340.1647.84
HexAB744902039211a2830
Octal2531641110407141325060
Binary1010101111101001001001010000011100110000111010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7449; }

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

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

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

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

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

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

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

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