#AA6D39

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

Shades of Bourbon #AA6D39

Tints of Bourbon #AA6D39

Color information

#AA6D39 (or 0xAA6D39) is unknown color: approx Bourbon. HEX triplet: AA, 6D and 39. RGB value is (170,109,57). Sum of RGB (Red+Green+Blue) = 170+109+57=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D39 is #5592C6. Grayscale: #797979. Windows color (decimal): -5608135 or 3763626. OLE color: 3763626.

HSL color Cylindrical-coordinate representation of color #AA6D39: hue angle of 27.61º degrees, saturation: 0.5, 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 #AA6D39 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17010957-
CMYK00.360.660.33
HSL27.61º49.78%44.51%-
HSV(B)27.61º66.47%66.67%-
XYZ22.7819.786.49-
YUV121.3191.71162.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 57 (22.66% from 255) = 16.96%
R=50.60%
G=32.44%
B=16.96%

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
Decimal1701095700.360.660.3327.6149.7844.51
HexAA6D3902442211c322d
Octal2521557104410241346255
Binary1010101011011011110010100100100001010000111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D39; }

 p { color: rgb(170,109,57); }

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

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

 a { background-color: rgb(170,109,57); }

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

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

 span { border-color: rgb(170,109,57); }

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