#AA6A3A

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

Shades of Bourbon #AA6A3A

Tints of Bourbon #AA6A3A

Color information

#AA6A3A (or 0xAA6A3A) is unknown color: approx Bourbon. HEX triplet: AA, 6A and 3A. RGB value is (170,106,58). Sum of RGB (Red+Green+Blue) = 170+106+58=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A3A is #5595C5. Grayscale: #777777. Windows color (decimal): -5608902 or 3828394. OLE color: 3828394.

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

Color convert

RGB17010658-
CMYK00.380.660.33
HSL25.71º49.12%44.71%-
HSV(B)25.71º65.88%66.67%-
XYZ22.519.166.52-
YUV119.6693.2163.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 58 (23.05% from 255) = 17.37%
R=50.90%
G=31.74%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701065800.380.660.3325.7149.1244.71
HexAA6A3A02642211a312d
Octal2521527204610241326155
Binary1010101011010101110100100110100001010000111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A3A; }

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

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

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

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

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

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

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

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