#AB6740

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

Shades of Bourbon #AB6740

Tints of Bourbon #AB6740

Color information

#AB6740 (or 0xAB6740) is unknown color: approx Bourbon. HEX triplet: AB, 67 and 40. RGB value is (171,103,64). Sum of RGB (Red+Green+Blue) = 171+103+64=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6740 is #5498BF. Grayscale: #777777. Windows color (decimal): -5544128 or 4220843. OLE color: 4220843.

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

Color convert

RGB17110364-
CMYK00.400.630.33
HSL21.87º45.53%46.08%-
HSV(B)21.87º62.57%67.06%-
XYZ22.5718.737.28-
YUV118.8997.03165.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=50.59%
G=30.47%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711036400.400.630.3321.8745.5346.08
HexAB67400283F21162e2e
Octal2531471000507741265656
Binary1010101111001111000000010100011111110000110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6740; }

 p { color: rgb(171,103,64); }

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

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

 a { background-color: rgb(171,103,64); }

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

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

 span { border-color: rgb(171,103,64); }

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