#AB6F42

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

Shades of Bourbon #AB6F42

Tints of Bourbon #AB6F42

Color information

#AB6F42 (or 0xAB6F42) is unknown color: approx Bourbon. HEX triplet: AB, 6F and 42. RGB value is (171,111,66). Sum of RGB (Red+Green+Blue) = 171+111+66=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F42 is #5490BD. Grayscale: #7C7C7C. Windows color (decimal): -5542078 or 4353963. OLE color: 4353963.

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

Color convert

RGB17111166-
CMYK00.350.610.33
HSL25.71º44.3%46.47%-
HSV(B)25.71º61.4%67.06%-
XYZ23.4620.427.86-
YUV123.8195.38161.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=49.14%
G=31.90%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711116600.350.610.3325.7144.346.47
HexAB6F420233D211a2c2e
Octal2531571020437541325456
Binary1010101111011111000010010001111110110000111010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6F42; }

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

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

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

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

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

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

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

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