#AA6E47

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

Shades of Bourbon #AA6E47

Tints of Bourbon #AA6E47

Color information

#AA6E47 (or 0xAA6E47) is unknown color: approx Bourbon. HEX triplet: AA, 6E and 47. RGB value is (170,110,71). Sum of RGB (Red+Green+Blue) = 170+110+71=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E47 is #5591B8. Grayscale: #7B7B7B. Windows color (decimal): -5607865 or 4681386. OLE color: 4681386.

HSL color Cylindrical-coordinate representation of color #AA6E47: hue angle of 23.64º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6E47 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17011071-
CMYK00.350.580.33
HSL23.64º41.08%47.25%-
HSV(B)23.64º58.24%66.67%-
XYZ23.2920.158.62-
YUV123.4998.38161.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=48.43%
G=31.34%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701107100.350.580.3323.6441.0847.25
HexAA6E470233A2118292f
Octal2521561070437241305157
Binary1010101011011101000111010001111101010000111000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E47; }

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

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

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

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

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

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

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

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