#AA7340

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

Shades of Bourbon #AA7340

Tints of Bourbon #AA7340

Color information

#AA7340 (or 0xAA7340) is unknown color: approx Bourbon. HEX triplet: AA, 73 and 40. RGB value is (170,115,64). Sum of RGB (Red+Green+Blue) = 170+115+64=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7340 is #558CBF. Grayscale: #7D7D7D. Windows color (decimal): -5606592 or 4223914. OLE color: 4223914.

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

Color convert

RGB17011564-
CMYK00.320.620.33
HSL28.87º45.3%45.88%-
HSV(B)28.87º62.35%66.67%-
XYZ23.6321.187.69-
YUV125.6393.22159.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=48.71%
G=32.95%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701156400.320.620.3328.8745.345.88
HexAA73400203E211d2d2e
Octal2521631000407641355556
Binary1010101011100111000000010000011111010000111101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7340; }

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

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

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

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

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

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

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

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