#A97543

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

Shades of Bourbon #A97543

Tints of Bourbon #A97543

Color information

#A97543 (or 0xA97543) is unknown color: approx Bourbon. HEX triplet: A9, 75 and 43. RGB value is (169,117,67). Sum of RGB (Red+Green+Blue) = 169+117+67=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A97543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97543 is #568ABC. Grayscale: #7F7F7F. Windows color (decimal): -5671613 or 4421033. OLE color: 4421033.

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

Color convert

RGB16911767-
CMYK00.310.600.34
HSL29.41º43.22%46.27%-
HSV(B)29.41º60.36%66.27%-
XYZ23.7421.568.22-
YUV126.8594.23158.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=47.88%
G=33.14%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691176700.310.600.3429.4143.2246.27
HexA9754301F3C221d2b2e
Octal2511651030377442355356
Binary101010011110101100001101111111110010001011101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97543; }

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

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

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

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

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

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

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

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