#A27144

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

Shades of Bourbon #A27144

Tints of Bourbon #A27144

Color information

#A27144 (or 0xA27144) is unknown color: approx Bourbon. HEX triplet: A2, 71 and 44. RGB value is (162,113,68). Sum of RGB (Red+Green+Blue) = 162+113+68=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A27144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27144 is #5D8EBB. Grayscale: #7A7A7A. Windows color (decimal): -6131388 or 4485538. OLE color: 4485538.

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

Color convert

RGB16211368-
CMYK00.300.580.36
HSL28.72º40.87%45.1%-
HSV(B)28.72º58.02%63.53%-
XYZ21.8519.918.16-
YUV122.5297.23156.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=47.23%
G=32.94%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621136800.300.580.3628.7240.8745.1
HexA2714401E3A241d292d
Octal2421611040367244355155
Binary101000101110001100010001111011101010010011101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27144; }

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

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

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

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

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

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

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

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