#AA6840

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

Shades of Bourbon #AA6840

Tints of Bourbon #AA6840

Color information

#AA6840 (or 0xAA6840) is unknown color: approx Bourbon. HEX triplet: AA, 68 and 40. RGB value is (170,104,64). Sum of RGB (Red+Green+Blue) = 170+104+64=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6840 is #5597BF. Grayscale: #777777. Windows color (decimal): -5609408 or 4221098. OLE color: 4221098.

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

Color convert

RGB17010464-
CMYK00.390.620.33
HSL22.64º45.3%45.88%-
HSV(B)22.64º62.35%66.67%-
XYZ22.4518.827.3-
YUV119.1796.87164.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=50.30%
G=30.77%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701046400.390.620.3322.6445.345.88
HexAA68400273E21172d2e
Octal2521501000477641275556
Binary1010101011010001000000010011111111010000110111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6840; }

 p { color: rgb(170,104,64); }

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

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

 a { background-color: rgb(170,104,64); }

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

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

 span { border-color: rgb(170,104,64); }

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