#AA6D3D

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

Shades of Bourbon #AA6D3D

Tints of Bourbon #AA6D3D

Color information

#AA6D3D (or 0xAA6D3D) is unknown color: approx Bourbon. HEX triplet: AA, 6D and 3D. RGB value is (170,109,61). Sum of RGB (Red+Green+Blue) = 170+109+61=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D3D is #5592C2. Grayscale: #7A7A7A. Windows color (decimal): -5608131 or 4025770. OLE color: 4025770.

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

Color convert

RGB17010961-
CMYK00.360.640.33
HSL26.42º47.19%45.29%-
HSV(B)26.42º64.12%66.67%-
XYZ22.8919.827.03-
YUV121.7793.71162.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=50%
G=32.06%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701096100.360.640.3326.4247.1945.29
HexAA6D3D02440211a2f2d
Octal2521557504410041325755
Binary1010101011011011111010100100100000010000111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D3D; }

 p { color: rgb(170,109,61); }

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

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

 a { background-color: rgb(170,109,61); }

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

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

 span { border-color: rgb(170,109,61); }

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