#AA7145

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

Shades of Bourbon #AA7145

Tints of Bourbon #AA7145

Color information

#AA7145 (or 0xAA7145) is unknown color: approx Bourbon. HEX triplet: AA, 71 and 45. RGB value is (170,113,69). Sum of RGB (Red+Green+Blue) = 170+113+69=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7145 is #558EBA. Grayscale: #7D7D7D. Windows color (decimal): -5607099 or 4551082. OLE color: 4551082.

HSL color Cylindrical-coordinate representation of color #AA7145: hue angle of 26.14º 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 #AA7145 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17011369-
CMYK00.340.590.33
HSL26.14º42.26%46.86%-
HSV(B)26.14º59.41%66.67%-
XYZ23.5620.798.4-
YUV125.0396.38160.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=48.30%
G=32.10%
B=19.60%

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
Decimal1701136900.340.590.3326.1442.2646.86
HexAA71450223B211a2a2f
Octal2521611050427341325257
Binary1010101011100011000101010001011101110000111010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7145; }

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

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

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

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

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

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

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

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