#A2703E

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

Shades of Bourbon #A2703E

Tints of Bourbon #A2703E

Color information

#A2703E (or 0xA2703E) is unknown color: approx Bourbon. HEX triplet: A2, 70 and 3E. RGB value is (162,112,62). Sum of RGB (Red+Green+Blue) = 162+112+62=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2703E is #5D8FC1. Grayscale: #797979. Windows color (decimal): -6131650 or 4092066. OLE color: 4092066.

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

Color convert

RGB16211262-
CMYK00.310.620.36
HSL30º44.64%43.92%-
HSV(B)30º61.73%63.53%-
XYZ21.5619.627.21-
YUV121.2594.56157.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 18.45%
R=48.21%
G=33.33%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621126200.310.620.363044.6443.92
HexA2703E01F3E241e2d2c
Octal242160760377644365554
Binary10100010111000011111001111111111010010011110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2703E; }

 p { color: rgb(162,112,62); }

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

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

 a { background-color: rgb(162,112,62); }

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

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

 span { border-color: rgb(162,112,62); }

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