#AB6D3A

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

Shades of Bourbon #AB6D3A

Tints of Bourbon #AB6D3A

Color information

#AB6D3A (or 0xAB6D3A) is unknown color: approx Bourbon. HEX triplet: AB, 6D and 3A. RGB value is (171,109,58). Sum of RGB (Red+Green+Blue) = 171+109+58=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6D3A is #5492C5. Grayscale: #797979. Windows color (decimal): -5542598 or 3829163. OLE color: 3829163.

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

Color convert

RGB17110958-
CMYK00.360.660.33
HSL27.08º49.34%44.9%-
HSV(B)27.08º66.08%67.06%-
XYZ23.0319.96.63-
YUV121.7292.04163.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=50.59%
G=32.25%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711095800.360.660.3327.0849.3444.9
HexAB6D3A02442211b312d
Octal2531557204410241336155
Binary1010101111011011110100100100100001010000111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D3A; }

 p { color: rgb(171,109,58); }

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

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

 a { background-color: rgb(171,109,58); }

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

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

 span { border-color: rgb(171,109,58); }

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