#AB6D45

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

Shades of Bourbon #AB6D45

Tints of Bourbon #AB6D45

Color information

#AB6D45 (or 0xAB6D45) is unknown color: approx Bourbon. HEX triplet: AB, 6D and 45. RGB value is (171,109,69). Sum of RGB (Red+Green+Blue) = 171+109+69=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6D45 is #5492BA. Grayscale: #7B7B7B. Windows color (decimal): -5542587 or 4550059. OLE color: 4550059.

HSL color Cylindrical-coordinate representation of color #AB6D45: hue angle of 23.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB6D45 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17110969-
CMYK00.360.600.33
HSL23.53º42.5%47.06%-
HSV(B)23.53º59.65%67.06%-
XYZ23.3420.028.27-
YUV122.9897.54162.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 109 (42.97% from 255) = 31.23%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=49.00%
G=31.23%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711096900.360.600.3323.5342.547.06
HexAB6D450243C21182a2f
Octal2531551050447441305257
Binary1010101111011011000101010010011110010000111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D45; }

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

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

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

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

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

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

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

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