#A2723F

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

Shades of Bourbon #A2723F

Tints of Bourbon #A2723F

Color information

#A2723F (or 0xA2723F) is unknown color: approx Bourbon. HEX triplet: A2, 72 and 3F. RGB value is (162,114,63). Sum of RGB (Red+Green+Blue) = 162+114+63=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2723F is #5D8DC0. Grayscale: #7A7A7A. Windows color (decimal): -6131137 or 4158114. OLE color: 4158114.

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

Color convert

RGB16211463-
CMYK00.300.610.36
HSL30.91º44%44.12%-
HSV(B)30.91º61.11%63.53%-
XYZ21.8120.077.43-
YUV122.5494.4156.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 63 (25% from 255) = 18.58%
R=47.79%
G=33.63%
B=18.58%

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
Decimal1621146300.300.610.3630.914444.12
HexA2723F01E3D241f2c2c
Octal242162770367544375454
Binary10100010111001011111101111011110110010011111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2723F; }

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

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

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

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

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

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

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

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