#A97049

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

Shades of Bourbon #A97049

Tints of Bourbon #A97049

Color information

#A97049 (or 0xA97049) is unknown color: approx Bourbon. HEX triplet: A9, 70 and 49. RGB value is (169,112,73). Sum of RGB (Red+Green+Blue) = 169+112+73=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A97049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97049 is #568FB6. Grayscale: #7C7C7C. Windows color (decimal): -5672887 or 4812969. OLE color: 4812969.

HSL color Cylindrical-coordinate representation of color #A97049: hue angle of 24.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A97049 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16911273-
CMYK00.340.570.34
HSL24.38º39.67%47.45%-
HSV(B)24.38º56.8%66.27%-
XYZ23.3620.59.03-
YUV124.698.88159.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 73 (28.91% from 255) = 20.62%
R=47.74%
G=31.64%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691127300.340.570.3424.3839.6747.45
HexA97049022392218282f
Octal2511601110427142305057
Binary1010100111100001001001010001011100110001011000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97049; }

 p { color: rgb(169,112,73); }

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

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

 a { background-color: rgb(169,112,73); }

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

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

 span { border-color: rgb(169,112,73); }

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