#A2713F

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

Shades of Bourbon #A2713F

Tints of Bourbon #A2713F

Color information

#A2713F (or 0xA2713F) is unknown color: approx Bourbon. HEX triplet: A2, 71 and 3F. RGB value is (162,113,63). Sum of RGB (Red+Green+Blue) = 162+113+63=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2713F is #5D8EC0. Grayscale: #7A7A7A. Windows color (decimal): -6131393 or 4157858. OLE color: 4157858.

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

Color convert

RGB16211363-
CMYK00.300.610.36
HSL30.3º44%44.12%-
HSV(B)30.3º61.11%63.53%-
XYZ21.719.857.39-
YUV121.9594.73156.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 63 (25% from 255) = 18.64%
R=47.93%
G=33.43%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621136300.300.610.3630.34444.12
HexA2713F01E3D241e2c2c
Octal242161770367544365454
Binary10100010111000111111101111011110110010011110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2713F; }

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

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

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

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

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

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

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

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