#AA7141

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

Shades of Bourbon #AA7141

Tints of Bourbon #AA7141

Color information

#AA7141 (or 0xAA7141) is unknown color: approx Bourbon. HEX triplet: AA, 71 and 41. RGB value is (170,113,65). Sum of RGB (Red+Green+Blue) = 170+113+65=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7141 is #558EBE. Grayscale: #7C7C7C. Windows color (decimal): -5607103 or 4288938. OLE color: 4288938.

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

Color convert

RGB17011365-
CMYK00.340.620.33
HSL27.43º44.68%46.08%-
HSV(B)27.43º61.76%66.67%-
XYZ23.4420.747.77-
YUV124.5794.38160.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=48.85%
G=32.47%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701136500.340.620.3327.4344.6846.08
HexAA71410223E211b2d2e
Octal2521611010427641335556
Binary1010101011100011000001010001011111010000111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7141; }

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

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

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

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

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

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

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

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