#A0713F

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

Shades of Bourbon #A0713F

Tints of Bourbon #A0713F

Color information

#A0713F (or 0xA0713F) is unknown color: approx Bourbon. HEX triplet: A0, 71 and 3F. RGB value is (160,113,63). Sum of RGB (Red+Green+Blue) = 160+113+63=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0713F is #5F8EC0. Grayscale: #797979. Windows color (decimal): -6262465 or 4157856. OLE color: 4157856.

HSL color Cylindrical-coordinate representation of color #A0713F: hue angle of 30.93º degrees, saturation: 0.43, 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 #A0713F is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16011363-
CMYK00.290.610.37
HSL30.93º43.5%43.73%-
HSV(B)30.93º60.62%62.75%-
XYZ21.319.647.37-
YUV121.3595.07155.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 63 (25% from 255) = 18.75%
R=47.62%
G=33.63%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601136300.290.610.3730.9343.543.73
HexA0713F01D3D251f2b2c
Octal240161770357545375354
Binary10100000111000111111101110111110110010111111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0713F; }

 p { color: rgb(160,113,63); }

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

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

 a { background-color: rgb(160,113,63); }

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

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

 span { border-color: rgb(160,113,63); }

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