#AA6639

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

Shades of Bourbon #AA6639

Tints of Bourbon #AA6639

Color information

#AA6639 (or 0xAA6639) is unknown color: approx Bourbon. HEX triplet: AA, 66 and 39. RGB value is (170,102,57). Sum of RGB (Red+Green+Blue) = 170+102+57=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6639 is #5599C6. Grayscale: #757575. Windows color (decimal): -5609927 or 3761834. OLE color: 3761834.

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

Color convert

RGB17010257-
CMYK00.40.660.33
HSL23.89º49.78%44.51%-
HSV(B)23.89º66.47%66.67%-
XYZ22.0718.346.25-
YUV117.294.03165.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 57 (22.66% from 255) = 17.33%
R=51.67%
G=31.00%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701025700.40.660.3323.8949.7844.51
HexAA6639028422118322d
Octal2521467105010241306255
Binary1010101011001101110010101000100001010000111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6639; }

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

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

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

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

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

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

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

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