#AA6C44

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

Shades of Bourbon #AA6C44

Tints of Bourbon #AA6C44

Color information

#AA6C44 (or 0xAA6C44) is unknown color: approx Bourbon. HEX triplet: AA, 6C and 44. RGB value is (170,108,68). Sum of RGB (Red+Green+Blue) = 170+108+68=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C44 is #5593BB. Grayscale: #7A7A7A. Windows color (decimal): -5608380 or 4484266. OLE color: 4484266.

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

Color convert

RGB17010868-
CMYK00.360.60.33
HSL23.53º42.86%46.67%-
HSV(B)23.53º60%66.67%-
XYZ22.9819.698.06-
YUV121.9897.54162.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=49.13%
G=31.21%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701086800.360.60.3323.5342.8646.67
HexAA6C440243C21182b2f
Octal2521541040447441305357
Binary1010101011011001000100010010011110010000111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C44; }

 p { color: rgb(170,108,68); }

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

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

 a { background-color: rgb(170,108,68); }

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

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

 span { border-color: rgb(170,108,68); }

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