#AB7446

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

Shades of Bourbon #AB7446

Tints of Bourbon #AB7446

Color information

#AB7446 (or 0xAB7446) is unknown color: approx Bourbon. HEX triplet: AB, 74 and 46. RGB value is (171,116,70). Sum of RGB (Red+Green+Blue) = 171+116+70=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7446 is #548BB9. Grayscale: #7F7F7F. Windows color (decimal): -5540794 or 4617387. OLE color: 4617387.

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

Color convert

RGB17111670-
CMYK00.320.590.33
HSL27.33º41.91%47.25%-
HSV(B)27.33º59.06%67.06%-
XYZ24.1521.598.69-
YUV127.295.72159.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=47.90%
G=32.49%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711167000.320.590.3327.3341.9147.25
HexAB74460203B211b2a2f
Octal2531641060407341335257
Binary1010101111101001000110010000011101110000111011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7446; }

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

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

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

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

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

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

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

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