#A27047

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

Shades of Bourbon #A27047

Tints of Bourbon #A27047

Color information

#A27047 (or 0xA27047) is unknown color: approx Bourbon. HEX triplet: A2, 70 and 47. RGB value is (162,112,71). Sum of RGB (Red+Green+Blue) = 162+112+71=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A27047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27047 is #5D8FB8. Grayscale: #7A7A7A. Windows color (decimal): -6131641 or 4681890. OLE color: 4681890.

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

Color convert

RGB16211271-
CMYK00.310.560.36
HSL27.03º39.06%45.69%-
HSV(B)27.03º56.17%63.53%-
XYZ21.8319.728.62-
YUV122.2899.06156.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 71 (28.12% from 255) = 20.58%
R=46.96%
G=32.46%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621127100.310.560.3627.0339.0645.69
HexA2704701F38241b272e
Octal2421601070377044334756
Binary101000101110000100011101111111100010010011011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27047; }

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

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

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

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

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

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

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

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