#AA733E

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

Shades of Bourbon #AA733E

Tints of Bourbon #AA733E

Color information

#AA733E (or 0xAA733E) is unknown color: approx Bourbon. HEX triplet: AA, 73 and 3E. RGB value is (170,115,62). Sum of RGB (Red+Green+Blue) = 170+115+62=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA733E is #558CC1. Grayscale: #7D7D7D. Windows color (decimal): -5606594 or 4092842. OLE color: 4092842.

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

Color convert

RGB17011562-
CMYK00.320.640.33
HSL29.44º46.55%45.49%-
HSV(B)29.44º63.53%66.67%-
XYZ23.5821.167.4-
YUV125.492.22159.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 62 (24.61% from 255) = 17.87%
R=48.99%
G=33.14%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701156200.320.640.3329.4446.5545.49
HexAA733E02040211d2f2d
Octal2521637604010041355755
Binary1010101011100111111100100000100000010000111101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA733E; }

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

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

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

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

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

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

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

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