#AA7241

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

Shades of Bourbon #AA7241

Tints of Bourbon #AA7241

Color information

#AA7241 (or 0xAA7241) is unknown color: approx Bourbon. HEX triplet: AA, 72 and 41. RGB value is (170,114,65). Sum of RGB (Red+Green+Blue) = 170+114+65=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7241 is #558DBE. Grayscale: #7D7D7D. Windows color (decimal): -5606847 or 4289194. OLE color: 4289194.

HSL color Cylindrical-coordinate representation of color #AA7241: hue angle of 28º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA7241 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17011465-
CMYK00.330.620.33
HSL28º44.68%46.08%-
HSV(B)28º61.76%66.67%-
XYZ23.5520.967.81-
YUV125.1694.05159.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=48.71%
G=32.66%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701146500.330.620.332844.6846.08
HexAA72410213E211c2d2e
Octal2521621010417641345556
Binary1010101011100101000001010000111111010000111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7241; }

 p { color: rgb(170,114,65); }

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

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

 a { background-color: rgb(170,114,65); }

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

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

 span { border-color: rgb(170,114,65); }

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