#A27245

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

Shades of Bourbon #A27245

Tints of Bourbon #A27245

Color information

#A27245 (or 0xA27245) is unknown color: approx Bourbon. HEX triplet: A2, 72 and 45. RGB value is (162,114,69). Sum of RGB (Red+Green+Blue) = 162+114+69=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A27245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27245 is #5D8DBA. Grayscale: #7B7B7B. Windows color (decimal): -6131131 or 4551330. OLE color: 4551330.

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

Color convert

RGB16211469-
CMYK00.300.570.36
HSL29.03º40.26%45.29%-
HSV(B)29.03º57.41%63.53%-
XYZ21.9920.158.36-
YUV123.2297.4155.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 69 (27.34% from 255) = 20%
R=46.96%
G=33.04%
B=20%

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
Decimal1621146900.300.570.3629.0340.2645.29
HexA2724501E39241d282d
Octal2421621050367144355055
Binary101000101110010100010101111011100110010011101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27245; }

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

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

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

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

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

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

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

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