#A27043

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

Shades of Bourbon #A27043

Tints of Bourbon #A27043

Color information

#A27043 (or 0xA27043) is unknown color: approx Bourbon. HEX triplet: A2, 70 and 43. RGB value is (162,112,67). Sum of RGB (Red+Green+Blue) = 162+112+67=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A27043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27043 is #5D8FBC. Grayscale: #7A7A7A. Windows color (decimal): -6131645 or 4419746. OLE color: 4419746.

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

Color convert

RGB16211267-
CMYK00.310.590.36
HSL28.42º41.48%44.9%-
HSV(B)28.42º58.64%63.53%-
XYZ21.7119.677.96-
YUV121.8297.06156.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=47.51%
G=32.84%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621126700.310.590.3628.4241.4844.9
HexA2704301F3B241c292d
Octal2421601030377344345155
Binary101000101110000100001101111111101110010011100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27043; }

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

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

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

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

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

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

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

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