#AB6F45

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

Shades of Bourbon #AB6F45

Tints of Bourbon #AB6F45

Color information

#AB6F45 (or 0xAB6F45) is unknown color: approx Bourbon. HEX triplet: AB, 6F and 45. RGB value is (171,111,69). Sum of RGB (Red+Green+Blue) = 171+111+69=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F45 is #5490BA. Grayscale: #7C7C7C. Windows color (decimal): -5542075 or 4550571. OLE color: 4550571.

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

Color convert

RGB17111169-
CMYK00.350.600.33
HSL24.71º42.5%47.06%-
HSV(B)24.71º59.65%67.06%-
XYZ23.5520.468.34-
YUV124.1596.88161.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=48.72%
G=31.62%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711116900.350.600.3324.7142.547.06
HexAB6F450233C21192a2f
Octal2531571050437441315257
Binary1010101111011111000101010001111110010000111001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6F45; }

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

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

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

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

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

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

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

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