#AB6A42

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

Shades of Bourbon #AB6A42

Tints of Bourbon #AB6A42

Color information

#AB6A42 (or 0xAB6A42) is unknown color: approx Bourbon. HEX triplet: AB, 6A and 42. RGB value is (171,106,66). Sum of RGB (Red+Green+Blue) = 171+106+66=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A42 is #5495BD. Grayscale: #797979. Windows color (decimal): -5543358 or 4352683. OLE color: 4352683.

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

Color convert

RGB17110666-
CMYK00.380.610.33
HSL22.86º44.3%46.47%-
HSV(B)22.86º61.4%67.06%-
XYZ22.9319.367.68-
YUV120.8897.03163.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=49.85%
G=30.90%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711066600.380.610.3322.8644.346.47
HexAB6A420263D21172c2e
Octal2531521020467541275456
Binary1010101111010101000010010011011110110000110111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A42; }

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

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

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

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

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

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

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

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