#AA744A

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

Shades of Bourbon #AA744A

Tints of Bourbon #AA744A

Color information

#AA744A (or 0xAA744A) is unknown color: approx Bourbon. HEX triplet: AA, 74 and 4A. RGB value is (170,116,74). Sum of RGB (Red+Green+Blue) = 170+116+74=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA744A is #558BB5. Grayscale: #7F7F7F. Windows color (decimal): -5606326 or 4879530. OLE color: 4879530.

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

Color convert

RGB17011674-
CMYK00.320.560.33
HSL26.25º39.34%47.84%-
HSV(B)26.25º56.47%66.67%-
XYZ24.0621.539.37-
YUV127.3697.89158.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=47.22%
G=32.22%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701167400.320.560.3326.2539.3447.84
HexAA744A02038211a2730
Octal2521641120407041324760
Binary1010101011101001001010010000011100010000111010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA744A; }

 p { color: rgb(170,116,74); }

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

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

 a { background-color: rgb(170,116,74); }

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

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

 span { border-color: rgb(170,116,74); }

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