#A27240

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

Shades of Bourbon #A27240

Tints of Bourbon #A27240

Color information

#A27240 (or 0xA27240) is unknown color: approx Bourbon. HEX triplet: A2, 72 and 40. RGB value is (162,114,64). Sum of RGB (Red+Green+Blue) = 162+114+64=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A27240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27240 is #5D8DBF. Grayscale: #7A7A7A. Windows color (decimal): -6131136 or 4223650. OLE color: 4223650.

HSL color Cylindrical-coordinate representation of color #A27240: hue angle of 30.61º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27240 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16211464-
CMYK00.300.600.36
HSL30.61º43.36%44.31%-
HSV(B)30.61º60.49%63.53%-
XYZ21.8420.097.58-
YUV122.6594.9156.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=47.65%
G=33.53%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621146400.300.600.3630.6143.3644.31
HexA2724001E3C241f2b2c
Octal2421621000367444375354
Binary101000101110010100000001111011110010010011111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27240; }

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

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

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

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

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

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

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

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