#AB6D3C

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

Shades of Bourbon #AB6D3C

Tints of Bourbon #AB6D3C

Color information

#AB6D3C (or 0xAB6D3C) is unknown color: approx Bourbon. HEX triplet: AB, 6D and 3C. RGB value is (171,109,60). Sum of RGB (Red+Green+Blue) = 171+109+60=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6D3C is #5492C3. Grayscale: #7A7A7A. Windows color (decimal): -5542596 or 3960235. OLE color: 3960235.

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

Color convert

RGB17110960-
CMYK00.360.650.33
HSL26.49º48.05%45.29%-
HSV(B)26.49º64.91%67.06%-
XYZ23.0819.926.9-
YUV121.9593.04162.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 60 (23.83% from 255) = 17.65%
R=50.29%
G=32.06%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711096000.360.650.3326.4948.0545.29
HexAB6D3C02441211a302d
Octal2531557404410141326055
Binary1010101111011011111000100100100000110000111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D3C; }

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

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

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

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

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

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

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

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