#AA6E41

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

Shades of Bourbon #AA6E41

Tints of Bourbon #AA6E41

Color information

#AA6E41 (or 0xAA6E41) is unknown color: approx Bourbon. HEX triplet: AA, 6E and 41. RGB value is (170,110,65). Sum of RGB (Red+Green+Blue) = 170+110+65=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E41 is #5591BE. Grayscale: #7B7B7B. Windows color (decimal): -5607871 or 4288170. OLE color: 4288170.

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

Color convert

RGB17011065-
CMYK00.350.620.33
HSL25.71º44.68%46.08%-
HSV(B)25.71º61.76%66.67%-
XYZ23.1120.087.66-
YUV122.8195.38161.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 65 (25.78% from 255) = 18.84%
R=49.28%
G=31.88%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701106500.350.620.3325.7144.6846.08
HexAA6E410233E211a2d2e
Octal2521561010437641325556
Binary1010101011011101000001010001111111010000111010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E41; }

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

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

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

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

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

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

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

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