#AB6C42

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

Shades of Bourbon #AB6C42

Tints of Bourbon #AB6C42

Color information

#AB6C42 (or 0xAB6C42) is unknown color: approx Bourbon. HEX triplet: AB, 6C and 42. RGB value is (171,108,66). Sum of RGB (Red+Green+Blue) = 171+108+66=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6C42 is #5493BD. Grayscale: #7A7A7A. Windows color (decimal): -5542846 or 4353195. OLE color: 4353195.

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

Color convert

RGB17110866-
CMYK00.370.610.33
HSL24º44.3%46.47%-
HSV(B)24º61.4%67.06%-
XYZ23.1419.787.75-
YUV122.0596.37162.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=49.57%
G=31.30%
B=19.13%

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
Decimal1711086600.370.610.332444.346.47
HexAB6C420253D21182c2e
Octal2531541020457541305456
Binary1010101111011001000010010010111110110000111000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6C42; }

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

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

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

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

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

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

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

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