#AB6A3B

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

Shades of Bourbon #AB6A3B

Tints of Bourbon #AB6A3B

Color information

#AB6A3B (or 0xAB6A3B) is unknown color: approx Bourbon. HEX triplet: AB, 6A and 3B. RGB value is (171,106,59). Sum of RGB (Red+Green+Blue) = 171+106+59=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A3B is #5495C4. Grayscale: #787878. Windows color (decimal): -5543365 or 3893931. OLE color: 3893931.

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

Color convert

RGB17110659-
CMYK00.380.650.33
HSL25.18º48.7%45.1%-
HSV(B)25.18º65.5%67.06%-
XYZ22.7419.286.66-
YUV120.0893.53164.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 106 (41.80% from 255) = 31.55%
BLUE value IS 59 (23.44% from 255) = 17.56%
R=50.89%
G=31.55%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711065900.380.650.3325.1848.745.1
HexAB6A3B026412119312d
Octal2531527304610141316155
Binary1010101111010101110110100110100000110000111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A3B; }

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

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

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

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

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

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

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

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