#AA6940

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

Shades of Bourbon #AA6940

Tints of Bourbon #AA6940

Color information

#AA6940 (or 0xAA6940) is unknown color: approx Bourbon. HEX triplet: AA, 69 and 40. RGB value is (170,105,64). Sum of RGB (Red+Green+Blue) = 170+105+64=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6940 is #5596BF. Grayscale: #777777. Windows color (decimal): -5609152 or 4221354. OLE color: 4221354.

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

Color convert

RGB17010564-
CMYK00.380.620.33
HSL23.21º45.3%45.88%-
HSV(B)23.21º62.35%66.67%-
XYZ22.5519.027.33-
YUV119.7696.53163.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=50.15%
G=30.97%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701056400.380.620.3323.2145.345.88
HexAA69400263E21172d2e
Octal2521511000467641275556
Binary1010101011010011000000010011011111010000110111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6940; }

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

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

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

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

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

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

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

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