#A97047

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

Shades of Bourbon #A97047

Tints of Bourbon #A97047

Color information

#A97047 (or 0xA97047) is unknown color: approx Bourbon. HEX triplet: A9, 70 and 47. RGB value is (169,112,71). Sum of RGB (Red+Green+Blue) = 169+112+71=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A97047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97047 is #568FB8. Grayscale: #7C7C7C. Windows color (decimal): -5672889 or 4681897. OLE color: 4681897.

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

Color convert

RGB16911271-
CMYK00.340.580.34
HSL25.1º40.83%47.06%-
HSV(B)25.1º57.99%66.27%-
XYZ23.2920.488.69-
YUV124.3797.88159.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 71 (28.12% from 255) = 20.17%
R=48.01%
G=31.82%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691127100.340.580.3425.140.8347.06
HexA970470223A2219292f
Octal2511601070427242315157
Binary1010100111100001000111010001011101010001011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97047; }

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

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

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

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

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

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

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

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