#A27246

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

Shades of Bourbon #A27246

Tints of Bourbon #A27246

Color information

#A27246 (or 0xA27246) is unknown color: approx Bourbon. HEX triplet: A2, 72 and 46. RGB value is (162,114,70). Sum of RGB (Red+Green+Blue) = 162+114+70=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A27246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27246 is #5D8DB9. Grayscale: #7B7B7B. Windows color (decimal): -6131130 or 4616866. OLE color: 4616866.

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

Color convert

RGB16211470-
CMYK00.300.570.36
HSL28.7º39.66%45.49%-
HSV(B)28.7º56.79%63.53%-
XYZ22.0220.168.52-
YUV123.3497.9155.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=46.82%
G=32.95%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621147000.300.570.3628.739.6645.49
HexA2724601E39241d282d
Octal2421621060367144355055
Binary101000101110010100011001111011100110010011101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27246; }

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

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

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

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

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

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

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

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