#A27142

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

Shades of Bourbon #A27142

Tints of Bourbon #A27142

Color information

#A27142 (or 0xA27142) is unknown color: approx Bourbon. HEX triplet: A2, 71 and 42. RGB value is (162,113,66). Sum of RGB (Red+Green+Blue) = 162+113+66=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A27142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27142 is #5D8EBD. Grayscale: #7A7A7A. Windows color (decimal): -6131390 or 4354466. OLE color: 4354466.

HSL color Cylindrical-coordinate representation of color #A27142: hue angle of 29.37º degrees, saturation: 0.42, 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 #A27142 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16211366-
CMYK00.300.590.36
HSL29.37º42.11%44.71%-
HSV(B)29.37º59.26%63.53%-
XYZ21.7919.887.84-
YUV122.2996.23156.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=47.51%
G=33.14%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621136600.300.590.3629.3742.1144.71
HexA2714201E3B241d2a2d
Octal2421611020367344355255
Binary101000101110001100001001111011101110010011101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27142; }

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

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

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

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

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

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

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

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