#AB7548

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

Shades of Bourbon #AB7548

Tints of Bourbon #AB7548

Color information

#AB7548 (or 0xAB7548) is unknown color: approx Bourbon. HEX triplet: AB, 75 and 48. RGB value is (171,117,72). Sum of RGB (Red+Green+Blue) = 171+117+72=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7548 is #548AB7. Grayscale: #808080. Windows color (decimal): -5540536 or 4748715. OLE color: 4748715.

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

Color convert

RGB17111772-
CMYK00.320.580.33
HSL27.27º40.74%47.65%-
HSV(B)27.27º57.89%67.06%-
XYZ24.3321.859.07-
YUV128.0296.39158.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 72 (28.52% from 255) = 20%
R=47.5%
G=32.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711177200.320.580.3327.2740.7447.65
HexAB75480203A211b2930
Octal2531651100407241335160
Binary1010101111101011001000010000011101010000111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7548; }

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

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

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

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

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

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

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

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