#AB6C40

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

Shades of Bourbon #AB6C40

Tints of Bourbon #AB6C40

Color information

#AB6C40 (or 0xAB6C40) is unknown color: approx Bourbon. HEX triplet: AB, 6C and 40. RGB value is (171,108,64). Sum of RGB (Red+Green+Blue) = 171+108+64=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6C40 is #5493BF. Grayscale: #7A7A7A. Windows color (decimal): -5542848 or 4222123. OLE color: 4222123.

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

Color convert

RGB17110864-
CMYK00.370.630.33
HSL24.67º45.53%46.08%-
HSV(B)24.67º62.57%67.06%-
XYZ23.0819.757.45-
YUV121.8295.37163.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=49.85%
G=31.49%
B=18.66%

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
Decimal1711086400.370.630.3324.6745.5346.08
HexAB6C400253F21192e2e
Octal2531541000457741315656
Binary1010101111011001000000010010111111110000111001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6C40; }

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

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

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

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

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

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

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

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