#AB7943

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

Shades of Bourbon #AB7943

Tints of Bourbon #AB7943

Color information

#AB7943 (or 0xAB7943) is unknown color: approx Bourbon. HEX triplet: AB, 79 and 43. RGB value is (171,121,67). Sum of RGB (Red+Green+Blue) = 171+121+67=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7943 is #5486BC. Grayscale: #828282. Windows color (decimal): -5539517 or 4422059. OLE color: 4422059.

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

Color convert

RGB17112167-
CMYK00.290.610.33
HSL31.15º43.7%46.67%-
HSV(B)31.15º60.82%67.06%-
XYZ24.6522.748.4-
YUV129.7992.56157.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 67 (26.56% from 255) = 18.66%
R=47.63%
G=33.70%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711216700.290.610.3331.1543.746.67
HexAB794301D3D211f2c2f
Octal2531711030357541375457
Binary101010111111001100001101110111110110000111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7943; }

 p { color: rgb(171,121,67); }

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

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

 a { background-color: rgb(171,121,67); }

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

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

 span { border-color: rgb(171,121,67); }

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