#AB743E

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

Shades of Bourbon #AB743E

Tints of Bourbon #AB743E

Color information

#AB743E (or 0xAB743E) is unknown color: approx Bourbon. HEX triplet: AB, 74 and 3E. RGB value is (171,116,62). Sum of RGB (Red+Green+Blue) = 171+116+62=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB743E is #548BC1. Grayscale: #7E7E7E. Windows color (decimal): -5540802 or 4093099. OLE color: 4093099.

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

Color convert

RGB17111662-
CMYK00.320.640.33
HSL29.72º46.78%45.69%-
HSV(B)29.72º63.74%67.06%-
XYZ23.9121.57.45-
YUV126.2991.72159.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 62 (24.61% from 255) = 17.77%
R=49.00%
G=33.24%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711166200.320.640.3329.7246.7845.69
HexAB743E02040211e2f2e
Octal2531647604010041365756
Binary1010101111101001111100100000100000010000111110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB743E; }

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

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

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

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

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

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

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

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