#AA6A42

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

Shades of Bourbon #AA6A42

Tints of Bourbon #AA6A42

Color information

#AA6A42 (or 0xAA6A42) is unknown color: approx Bourbon. HEX triplet: AA, 6A and 42. RGB value is (170,106,66). Sum of RGB (Red+Green+Blue) = 170+106+66=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A42 is #5595BD. Grayscale: #787878. Windows color (decimal): -5608894 or 4352682. OLE color: 4352682.

HSL color Cylindrical-coordinate representation of color #AA6A42: hue angle of 23.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA6A42 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17010666-
CMYK00.380.610.33
HSL23.08º44.07%46.27%-
HSV(B)23.08º61.18%66.67%-
XYZ22.7119.257.67-
YUV120.5897.2163.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=49.71%
G=30.99%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701066600.380.610.3323.0844.0746.27
HexAA6A420263D21172c2e
Octal2521521020467541275456
Binary1010101011010101000010010011011110110000110111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A42; }

 p { color: rgb(170,106,66); }

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

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

 a { background-color: rgb(170,106,66); }

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

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

 span { border-color: rgb(170,106,66); }

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