#AB6A3F

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

Shades of Bourbon #AB6A3F

Tints of Bourbon #AB6A3F

Color information

#AB6A3F (or 0xAB6A3F) is unknown color: approx Bourbon. HEX triplet: AB, 6A and 3F. RGB value is (171,106,63). Sum of RGB (Red+Green+Blue) = 171+106+63=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A3F is #5495C0. Grayscale: #787878. Windows color (decimal): -5543361 or 4156075. OLE color: 4156075.

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

Color convert

RGB17110663-
CMYK00.380.630.33
HSL23.89º46.15%45.88%-
HSV(B)23.89º63.16%67.06%-
XYZ22.8519.327.23-
YUV120.5395.53164-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 63 (25% from 255) = 18.53%
R=50.29%
G=31.18%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711066300.380.630.3323.8946.1545.88
HexAB6A3F0263F21182e2e
Octal253152770467741305656
Binary101010111101010111111010011011111110000111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A3F; }

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

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

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

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

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

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

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

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