#AA6C3A

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

Shades of Bourbon #AA6C3A

Tints of Bourbon #AA6C3A

Color information

#AA6C3A (or 0xAA6C3A) is unknown color: approx Bourbon. HEX triplet: AA, 6C and 3A. RGB value is (170,108,58). Sum of RGB (Red+Green+Blue) = 170+108+58=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C3A is #5593C5. Grayscale: #797979. Windows color (decimal): -5608390 or 3828906. OLE color: 3828906.

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

Color convert

RGB17010858-
CMYK00.360.660.33
HSL26.79º49.12%44.71%-
HSV(B)26.79º65.88%66.67%-
XYZ22.719.586.59-
YUV120.8492.54163.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=50.60%
G=32.14%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701085800.360.660.3326.7949.1244.71
HexAA6C3A02442211b312d
Octal2521547204410241336155
Binary1010101011011001110100100100100001010000111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C3A; }

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

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

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

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

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

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

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

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