#A97043

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

Shades of Bourbon #A97043

Tints of Bourbon #A97043

Color information

#A97043 (or 0xA97043) is unknown color: approx Bourbon. HEX triplet: A9, 70 and 43. RGB value is (169,112,67). Sum of RGB (Red+Green+Blue) = 169+112+67=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A97043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97043 is #568FBC. Grayscale: #7C7C7C. Windows color (decimal): -5672893 or 4419753. OLE color: 4419753.

HSL color Cylindrical-coordinate representation of color #A97043: hue angle of 26.47º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A97043 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16911267-
CMYK00.340.600.34
HSL26.47º43.22%46.27%-
HSV(B)26.47º60.36%66.27%-
XYZ23.1720.438.03-
YUV123.9195.88160.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 67 (26.56% from 255) = 19.25%
R=48.56%
G=32.18%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691126700.340.600.3426.4743.2246.27
HexA970430223C221a2b2e
Octal2511601030427442325356
Binary1010100111100001000011010001011110010001011010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97043; }

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

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

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

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

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

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

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

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