#AA7640

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

Shades of Bourbon #AA7640

Tints of Bourbon #AA7640

Color information

#AA7640 (or 0xAA7640) is unknown color: approx Bourbon. HEX triplet: AA, 76 and 40. RGB value is (170,118,64). Sum of RGB (Red+Green+Blue) = 170+118+64=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7640 is #5589BF. Grayscale: #7F7F7F. Windows color (decimal): -5605824 or 4224682. OLE color: 4224682.

HSL color Cylindrical-coordinate representation of color #AA7640: hue angle of 30.57º 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 #AA7640 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17011864-
CMYK00.310.620.33
HSL30.57º45.3%45.88%-
HSV(B)30.57º62.35%66.67%-
XYZ23.9821.877.81-
YUV127.3992.23158.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=48.30%
G=33.52%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701186400.310.620.3330.5745.345.88
HexAA764001F3E211f2d2e
Octal2521661000377641375556
Binary101010101110110100000001111111111010000111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7640; }

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

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

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

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

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

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

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

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