#AA6D40

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

Shades of Bourbon #AA6D40

Tints of Bourbon #AA6D40

Color information

#AA6D40 (or 0xAA6D40) is unknown color: approx Bourbon. HEX triplet: AA, 6D and 40. RGB value is (170,109,64). Sum of RGB (Red+Green+Blue) = 170+109+64=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D40 is #5592BF. Grayscale: #7A7A7A. Windows color (decimal): -5608128 or 4222378. OLE color: 4222378.

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

Color convert

RGB17010964-
CMYK00.360.620.33
HSL25.47º45.3%45.88%-
HSV(B)25.47º62.35%66.67%-
XYZ22.9719.857.47-
YUV122.1195.21162.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=49.56%
G=31.78%
B=18.66%

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
Decimal1701096400.360.620.3325.4745.345.88
HexAA6D400243E21192d2e
Octal2521551000447641315556
Binary1010101011011011000000010010011111010000111001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D40; }

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

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

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

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

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

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

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

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