#A2703D

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

Shades of Bourbon #A2703D

Tints of Bourbon #A2703D

Color information

#A2703D (or 0xA2703D) is unknown color: approx Bourbon. HEX triplet: A2, 70 and 3D. RGB value is (162,112,61). Sum of RGB (Red+Green+Blue) = 162+112+61=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2703D is #5D8FC2. Grayscale: #797979. Windows color (decimal): -6131651 or 4026530. OLE color: 4026530.

HSL color Cylindrical-coordinate representation of color #A2703D: hue angle of 30.3º 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 #A2703D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16211261-
CMYK00.310.620.36
HSL30.3º45.29%43.73%-
HSV(B)30.3º62.35%63.53%-
XYZ21.5419.617.06-
YUV121.1494.06157.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=48.36%
G=33.43%
B=18.21%

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
Decimal1621126100.310.620.3630.345.2943.73
HexA2703D01F3E241e2d2c
Octal242160750377644365554
Binary10100010111000011110101111111111010010011110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2703D; }

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

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

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

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

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

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

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

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