#AB6B3F

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

Shades of Bourbon #AB6B3F

Tints of Bourbon #AB6B3F

Color information

#AB6B3F (or 0xAB6B3F) is unknown color: approx Bourbon. HEX triplet: AB, 6B and 3F. RGB value is (171,107,63). Sum of RGB (Red+Green+Blue) = 171+107+63=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6B3F is #5494C0. Grayscale: #797979. Windows color (decimal): -5543105 or 4156331. OLE color: 4156331.

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

Color convert

RGB17110763-
CMYK00.370.630.33
HSL24.44º46.15%45.88%-
HSV(B)24.44º63.16%67.06%-
XYZ22.9519.537.26-
YUV121.1295.2163.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 63 (25% from 255) = 18.48%
R=50.15%
G=31.38%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711076300.370.630.3324.4446.1545.88
HexAB6B3F0253F21182e2e
Octal253153770457741305656
Binary101010111101011111111010010111111110000111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6B3F; }

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

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

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

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

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

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

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

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