#AA6A3B

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

Shades of Bourbon #AA6A3B

Tints of Bourbon #AA6A3B

Color information

#AA6A3B (or 0xAA6A3B) is unknown color: approx Bourbon. HEX triplet: AA, 6A and 3B. RGB value is (170,106,59). Sum of RGB (Red+Green+Blue) = 170+106+59=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A3B is #5595C4. Grayscale: #787878. Windows color (decimal): -5608901 or 3893930. OLE color: 3893930.

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

Color convert

RGB17010659-
CMYK00.380.650.33
HSL25.41º48.47%44.9%-
HSV(B)25.41º65.29%66.67%-
XYZ22.5219.176.65-
YUV119.7893.7163.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 59 (23.44% from 255) = 17.61%
R=50.75%
G=31.64%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701065900.380.650.3325.4148.4744.9
HexAA6A3B026412119302d
Octal2521527304610141316055
Binary1010101011010101110110100110100000110000111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A3B; }

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

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

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

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

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

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

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

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