#AA6D41

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

Shades of Bourbon #AA6D41

Tints of Bourbon #AA6D41

Color information

#AA6D41 (or 0xAA6D41) is unknown color: approx Bourbon. HEX triplet: AA, 6D and 41. RGB value is (170,109,65). Sum of RGB (Red+Green+Blue) = 170+109+65=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D41 is #5592BE. Grayscale: #7A7A7A. Windows color (decimal): -5608127 or 4287914. OLE color: 4287914.

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

Color convert

RGB17010965-
CMYK00.360.620.33
HSL25.14º44.68%46.08%-
HSV(B)25.14º61.76%66.67%-
XYZ2319.867.62-
YUV122.2295.71162.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=49.42%
G=31.69%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701096500.360.620.3325.1444.6846.08
HexAA6D410243E21192d2e
Octal2521551010447641315556
Binary1010101011011011000001010010011111010000111001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D41; }

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

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

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

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

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

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

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

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