#AB6E3C

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

Shades of Bourbon #AB6E3C

Tints of Bourbon #AB6E3C

Color information

#AB6E3C (or 0xAB6E3C) is unknown color: approx Bourbon. HEX triplet: AB, 6E and 3C. RGB value is (171,110,60). Sum of RGB (Red+Green+Blue) = 171+110+60=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6E3C is #5491C3. Grayscale: #7A7A7A. Windows color (decimal): -5542340 or 3960491. OLE color: 3960491.

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

Color convert

RGB17111060-
CMYK00.360.650.33
HSL27.03º48.05%45.29%-
HSV(B)27.03º64.91%67.06%-
XYZ23.1920.146.94-
YUV122.5492.71162.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=50.15%
G=32.26%
B=17.60%

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
Decimal1711106000.360.650.3327.0348.0545.29
HexAB6E3C02441211b302d
Octal2531567404410141336055
Binary1010101111011101111000100100100000110000111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6E3C; }

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

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

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

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

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

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

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

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