#A1713E

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

Shades of Bourbon #A1713E

Tints of Bourbon #A1713E

Color information

#A1713E (or 0xA1713E) is unknown color: approx Bourbon. HEX triplet: A1, 71 and 3E. RGB value is (161,113,62). Sum of RGB (Red+Green+Blue) = 161+113+62=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1713E is #5E8EC1. Grayscale: #797979. Windows color (decimal): -6196930 or 4092321. OLE color: 4092321.

HSL color Cylindrical-coordinate representation of color #A1713E: hue angle of 30.91º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1713E is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16111362-
CMYK00.300.610.37
HSL30.91º44.39%43.73%-
HSV(B)30.91º61.49%63.14%-
XYZ21.4719.747.23-
YUV121.5494.4156.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 62 (24.61% from 255) = 18.45%
R=47.92%
G=33.63%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611136200.300.610.3730.9144.3943.73
HexA1713E01E3D251f2c2c
Octal241161760367545375454
Binary10100001111000111111001111011110110010111111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1713E; }

 p { color: rgb(161,113,62); }

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

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

 a { background-color: rgb(161,113,62); }

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

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

 span { border-color: rgb(161,113,62); }

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