#A97247

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

Shades of Bourbon #A97247

Tints of Bourbon #A97247

Color information

#A97247 (or 0xA97247) is unknown color: approx Bourbon. HEX triplet: A9, 72 and 47. RGB value is (169,114,71). Sum of RGB (Red+Green+Blue) = 169+114+71=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A97247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97247 is #568DB8. Grayscale: #7D7D7D. Windows color (decimal): -5672377 or 4682409. OLE color: 4682409.

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

Color convert

RGB16911471-
CMYK00.330.580.34
HSL26.33º40.83%47.06%-
HSV(B)26.33º57.99%66.27%-
XYZ23.5220.928.76-
YUV125.5497.22159-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=47.74%
G=32.20%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691147100.330.580.3426.3340.8347.06
HexA972470213A221a292f
Octal2511621070417242325157
Binary1010100111100101000111010000111101010001011010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97247; }

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

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

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

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

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

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

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

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