#AB6F3C

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

Shades of Bourbon #AB6F3C

Tints of Bourbon #AB6F3C

Color information

#AB6F3C (or 0xAB6F3C) is unknown color: approx Bourbon. HEX triplet: AB, 6F and 3C. RGB value is (171,111,60). Sum of RGB (Red+Green+Blue) = 171+111+60=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F3C is #5490C3. Grayscale: #7B7B7B. Windows color (decimal): -5542084 or 3960747. OLE color: 3960747.

HSL color Cylindrical-coordinate representation of color #AB6F3C: hue angle of 27.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB6F3C is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17111160-
CMYK00.350.650.33
HSL27.57º48.05%45.29%-
HSV(B)27.57º64.91%67.06%-
XYZ23.2920.356.98-
YUV123.1392.38162.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=50%
G=32.46%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711116000.350.650.3327.5748.0545.29
HexAB6F3C02341211c302d
Octal2531577404310141346055
Binary1010101111011111111000100011100000110000111100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6F3C; }

 p { color: rgb(171,111,60); }

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

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

 a { background-color: rgb(171,111,60); }

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

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

 span { border-color: rgb(171,111,60); }

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