#AB6A38

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

Shades of Bourbon #AB6A38

Tints of Bourbon #AB6A38

Color information

#AB6A38 (or 0xAB6A38) is unknown color: approx Bourbon. HEX triplet: AB, 6A and 38. RGB value is (171,106,56). Sum of RGB (Red+Green+Blue) = 171+106+56=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A38 is #5495C7. Grayscale: #787878. Windows color (decimal): -5543368 or 3697323. OLE color: 3697323.

HSL color Cylindrical-coordinate representation of color #AB6A38: hue angle of 26.09º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB6A38 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17110656-
CMYK00.380.670.33
HSL26.09º50.66%44.51%-
HSV(B)26.09º67.25%67.06%-
XYZ22.6619.256.26-
YUV119.7492.03164.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 56 (22.27% from 255) = 16.82%
R=51.35%
G=31.83%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711065600.380.670.3326.0950.6644.51
HexAB6A3802643211a332d
Octal2531527004610341326355
Binary1010101111010101110000100110100001110000111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A38; }

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

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

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

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

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

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

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

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