#aa733f

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

Shades of Bourbon #AA733F

Tints of Bourbon #AA733F

Color information

#AA733F (or 0xAA733F) is unknown color: approx Bourbon. HEX triplet: AA, 73 and 3F. RGB value is (170,115,63). Sum of RGB (Red+Green+Blue) = 170+115+63=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA733F is #558CC0. Grayscale: #7D7D7D. Windows color (decimal): -5606593 or 4158378. OLE color: 4158378.

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

Color convert

RGB17011563-
CMYK00.320.630.33
HSL29.16º45.92%45.69%-
HSV(B)29.16º62.94%66.67%-
XYZ23.6121.177.54-
YUV125.5292.72159.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 63 (25% from 255) = 18.10%
R=48.85%
G=33.05%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701156300.320.630.3329.1645.9245.69
HexAA733F0203F211d2e2e
Octal252163770407741355656
Binary101010101110011111111010000011111110000111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa733f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa733f; }

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

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

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

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

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

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

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

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