#AA7146

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

Shades of Bourbon #AA7146

Tints of Bourbon #AA7146

Color information

#AA7146 (or 0xAA7146) is unknown color: approx Bourbon. HEX triplet: AA, 71 and 46. RGB value is (170,113,70). Sum of RGB (Red+Green+Blue) = 170+113+70=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7146 is #558EB9. Grayscale: #7D7D7D. Windows color (decimal): -5607098 or 4616618. OLE color: 4616618.

HSL color Cylindrical-coordinate representation of color #AA7146: hue angle of 25.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA7146 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17011370-
CMYK00.340.590.33
HSL25.8º41.67%47.06%-
HSV(B)25.8º58.82%66.67%-
XYZ23.5920.88.57-
YUV125.1496.88160-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=48.16%
G=32.01%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701137000.340.590.3325.841.6747.06
HexAA71460223B211a2a2f
Octal2521611060427341325257
Binary1010101011100011000110010001011101110000111010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7146; }

 p { color: rgb(170,113,70); }

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

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

 a { background-color: rgb(170,113,70); }

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

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

 span { border-color: rgb(170,113,70); }

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