#aa773f

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

Shades of Bourbon #AA773F

Tints of Bourbon #AA773F

Color information

#AA773F (or 0xAA773F) is unknown color: approx Bourbon. HEX triplet: AA, 77 and 3F. RGB value is (170,119,63). Sum of RGB (Red+Green+Blue) = 170+119+63=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA773F is #5588C0. Grayscale: #808080. Windows color (decimal): -5605569 or 4159402. OLE color: 4159402.

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

Color convert

RGB17011963-
CMYK00.30.630.33
HSL31.4º45.92%45.69%-
HSV(B)31.4º62.94%66.67%-
XYZ24.0722.17.7-
YUV127.8691.4158.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 63 (25% from 255) = 17.90%
R=48.30%
G=33.81%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701196300.30.630.3331.445.9245.69
HexAA773F01E3F211f2e2e
Octal252167770367741375656
Binary10101010111011111111101111011111110000111111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa773f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa773f; }

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

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

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

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

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

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

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

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