#AB6C43

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

Shades of Bourbon #AB6C43

Tints of Bourbon #AB6C43

Color information

#AB6C43 (or 0xAB6C43) is unknown color: approx Bourbon. HEX triplet: AB, 6C and 43. RGB value is (171,108,67). Sum of RGB (Red+Green+Blue) = 171+108+67=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6C43 is #5493BC. Grayscale: #7A7A7A. Windows color (decimal): -5542845 or 4418731. OLE color: 4418731.

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

Color convert

RGB17110867-
CMYK00.370.610.33
HSL23.65º43.7%46.67%-
HSV(B)23.65º60.82%67.06%-
XYZ23.1719.797.91-
YUV122.1696.87162.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=49.42%
G=31.21%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711086700.370.610.3323.6543.746.67
HexAB6C430253D21182c2f
Octal2531541030457541305457
Binary1010101111011001000011010010111110110000111000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6C43; }

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

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

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

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

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

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

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

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