#AA6539

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

Shades of Bourbon #AA6539

Tints of Bourbon #AA6539

Color information

#AA6539 (or 0xAA6539) is unknown color: approx Bourbon. HEX triplet: AA, 65 and 39. RGB value is (170,101,57). Sum of RGB (Red+Green+Blue) = 170+101+57=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6539 is #559AC6. Grayscale: #747474. Windows color (decimal): -5610183 or 3761578. OLE color: 3761578.

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

Color convert

RGB17010157-
CMYK00.410.660.33
HSL23.36º49.78%44.51%-
HSV(B)23.36º66.47%66.67%-
XYZ21.9718.156.22-
YUV116.6294.36166.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 57 (22.66% from 255) = 17.38%
R=51.83%
G=30.79%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701015700.410.660.3323.3649.7844.51
HexAA6539029422117322d
Octal2521457105110241276255
Binary1010101011001011110010101001100001010000110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6539; }

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

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

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

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

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

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

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

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