#AA6E43

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

Shades of Bourbon #AA6E43

Tints of Bourbon #AA6E43

Color information

#AA6E43 (or 0xAA6E43) is unknown color: approx Bourbon. HEX triplet: AA, 6E and 43. RGB value is (170,110,67). Sum of RGB (Red+Green+Blue) = 170+110+67=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E43 is #5591BC. Grayscale: #7B7B7B. Windows color (decimal): -5607869 or 4419242. OLE color: 4419242.

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

Color convert

RGB17011067-
CMYK00.350.610.33
HSL25.05º43.46%46.47%-
HSV(B)25.05º60.59%66.67%-
XYZ23.1720.17.97-
YUV123.0496.38161.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 67 (26.56% from 255) = 19.31%
R=48.99%
G=31.70%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701106700.350.610.3325.0543.4646.47
HexAA6E430233D21192b2e
Octal2521561030437541315356
Binary1010101011011101000011010001111110110000111001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E43; }

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

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

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

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

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

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

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

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