#AA764A

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

Shades of Bourbon #AA764A

Tints of Bourbon #AA764A

Color information

#AA764A (or 0xAA764A) is unknown color: approx Bourbon. HEX triplet: AA, 76 and 4A. RGB value is (170,118,74). Sum of RGB (Red+Green+Blue) = 170+118+74=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA764A is #5589B5. Grayscale: #808080. Windows color (decimal): -5605814 or 4880042. OLE color: 4880042.

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

Color convert

RGB17011874-
CMYK00.310.560.33
HSL27.5º39.34%47.84%-
HSV(B)27.5º56.47%66.67%-
XYZ24.29229.44-
YUV128.5397.23157.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=46.96%
G=32.60%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701187400.310.560.3327.539.3447.84
HexAA764A01F38211b2730
Octal2521661120377041334760
Binary101010101110110100101001111111100010000111011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA764A; }

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

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

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

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

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

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

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

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