#AA7642

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

Shades of Bourbon #AA7642

Tints of Bourbon #AA7642

Color information

#AA7642 (or 0xAA7642) is unknown color: approx Bourbon. HEX triplet: AA, 76 and 42. RGB value is (170,118,66). Sum of RGB (Red+Green+Blue) = 170+118+66=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7642 is #5589BD. Grayscale: #7F7F7F. Windows color (decimal): -5605822 or 4355754. OLE color: 4355754.

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

Color convert

RGB17011866-
CMYK00.310.610.33
HSL30º44.07%46.27%-
HSV(B)30º61.18%66.67%-
XYZ24.0421.98.11-
YUV127.6293.23158.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 18.64%
R=48.02%
G=33.33%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701186600.310.610.333044.0746.27
HexAA764201F3D211e2c2e
Octal2521661020377541365456
Binary101010101110110100001001111111110110000111110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7642; }

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

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

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

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

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

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

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

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