#AA6F46

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

Shades of Bourbon #AA6F46

Tints of Bourbon #AA6F46

Color information

#AA6F46 (or 0xAA6F46) is unknown color: approx Bourbon. HEX triplet: AA, 6F and 46. RGB value is (170,111,70). Sum of RGB (Red+Green+Blue) = 170+111+70=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F46 is #5590B9. Grayscale: #7C7C7C. Windows color (decimal): -5607610 or 4616106. OLE color: 4616106.

HSL color Cylindrical-coordinate representation of color #AA6F46: hue angle of 24.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA6F46 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17011170-
CMYK00.350.590.33
HSL24.6º41.67%47.06%-
HSV(B)24.6º58.82%66.67%-
XYZ23.3720.368.49-
YUV123.9797.55160.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=48.43%
G=31.62%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701117000.350.590.3324.641.6747.06
HexAA6F460233B21192a2f
Octal2521571060437341315257
Binary1010101011011111000110010001111101110000111001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F46; }

 p { color: rgb(170,111,70); }

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

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

 a { background-color: rgb(170,111,70); }

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

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

 span { border-color: rgb(170,111,70); }

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