#AA6839

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

Shades of Bourbon #AA6839

Tints of Bourbon #AA6839

Color information

#AA6839 (or 0xAA6839) is unknown color: approx Bourbon. HEX triplet: AA, 68 and 39. RGB value is (170,104,57). Sum of RGB (Red+Green+Blue) = 170+104+57=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6839 is #5597C6. Grayscale: #767676. Windows color (decimal): -5609415 or 3762346. OLE color: 3762346.

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

Color convert

RGB17010457-
CMYK00.390.660.33
HSL24.96º49.78%44.51%-
HSV(B)24.96º66.47%66.67%-
XYZ22.2718.746.31-
YUV118.3893.37164.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 57 (22.66% from 255) = 17.22%
R=51.36%
G=31.42%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701045700.390.660.3324.9649.7844.51
HexAA6839027422119322d
Octal2521507104710241316255
Binary1010101011010001110010100111100001010000111001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6839; }

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

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

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

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

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

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

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

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