#a2703f

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

Shades of Bourbon #A2703F

Tints of Bourbon #A2703F

Color information

#A2703F (or 0xA2703F) is unknown color: approx Bourbon. HEX triplet: A2, 70 and 3F. RGB value is (162,112,63). Sum of RGB (Red+Green+Blue) = 162+112+63=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2703F is #5D8FC0. Grayscale: #797979. Windows color (decimal): -6131649 or 4157602. OLE color: 4157602.

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

Color convert

RGB16211263-
CMYK00.310.610.36
HSL29.7º44%44.12%-
HSV(B)29.7º61.11%63.53%-
XYZ21.5919.637.35-
YUV121.3695.06156.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 63 (25% from 255) = 18.69%
R=48.07%
G=33.23%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621126300.310.610.3629.74444.12
HexA2703F01F3D241e2c2c
Octal242160770377544365454
Binary10100010111000011111101111111110110010011110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2703f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2703f; }

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

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

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

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

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

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

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

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