#AA7748

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

Shades of Bourbon #AA7748

Tints of Bourbon #AA7748

Color information

#AA7748 (or 0xAA7748) is unknown color: approx Bourbon. HEX triplet: AA, 77 and 48. RGB value is (170,119,72). Sum of RGB (Red+Green+Blue) = 170+119+72=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7748 is #5588B7. Grayscale: #818181. Windows color (decimal): -5605560 or 4749226. OLE color: 4749226.

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

Color convert

RGB17011972-
CMYK00.30.580.33
HSL28.78º40.5%47.45%-
HSV(B)28.78º57.65%66.67%-
XYZ24.3422.219.13-
YUV128.8995.9157.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=47.09%
G=32.96%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701197200.30.580.3328.7840.547.45
HexAA774801E3A211d282f
Octal2521671100367241355057
Binary101010101110111100100001111011101010000111101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7748; }

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

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

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

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

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

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

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

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