#AB7048

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

Shades of Bourbon #AB7048

Tints of Bourbon #AB7048

Color information

#AB7048 (or 0xAB7048) is unknown color: approx Bourbon. HEX triplet: AB, 70 and 48. RGB value is (171,112,72). Sum of RGB (Red+Green+Blue) = 171+112+72=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7048 is #548FB7. Grayscale: #7D7D7D. Windows color (decimal): -5541816 or 4747435. OLE color: 4747435.

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

Color convert

RGB17111272-
CMYK00.350.580.33
HSL24.24º40.74%47.65%-
HSV(B)24.24º57.89%67.06%-
XYZ23.7620.718.88-
YUV125.0898.05160.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=48.17%
G=31.55%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711127200.350.580.3324.2440.7447.65
HexAB70480233A21182930
Octal2531601100437241305160
Binary1010101111100001001000010001111101010000111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7048; }

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

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

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

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

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

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

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

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