#AA6B42

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

Shades of Bourbon #AA6B42

Tints of Bourbon #AA6B42

Color information

#AA6B42 (or 0xAA6B42) is unknown color: approx Bourbon. HEX triplet: AA, 6B and 42. RGB value is (170,107,66). Sum of RGB (Red+Green+Blue) = 170+107+66=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B42 is #5594BD. Grayscale: #797979. Windows color (decimal): -5608638 or 4352938. OLE color: 4352938.

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

Color convert

RGB17010766-
CMYK00.370.610.33
HSL23.65º44.07%46.27%-
HSV(B)23.65º61.18%66.67%-
XYZ22.8219.457.71-
YUV121.1696.87162.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=49.56%
G=31.20%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701076600.370.610.3323.6544.0746.27
HexAA6B420253D21182c2e
Octal2521531020457541305456
Binary1010101011010111000010010010111110110000111000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B42; }

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

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

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

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

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

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

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

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