#AA6B39

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

Shades of Bourbon #AA6B39

Tints of Bourbon #AA6B39

Color information

#AA6B39 (or 0xAA6B39) is unknown color: approx Bourbon. HEX triplet: AA, 6B and 39. RGB value is (170,107,57). Sum of RGB (Red+Green+Blue) = 170+107+57=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B39 is #5594C6. Grayscale: #787878. Windows color (decimal): -5608647 or 3763114. OLE color: 3763114.

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

Color convert

RGB17010757-
CMYK00.370.660.33
HSL26.55º49.78%44.51%-
HSV(B)26.55º66.47%66.67%-
XYZ22.5719.366.42-
YUV120.1492.37163.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 57 (22.66% from 255) = 17.07%
R=50.90%
G=32.04%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701075700.370.660.3326.5549.7844.51
HexAA6B3902542211b322d
Octal2521537104510241336255
Binary1010101011010111110010100101100001010000111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B39; }

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

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

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

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

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

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

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

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