#A97541

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

Shades of Bourbon #A97541

Tints of Bourbon #A97541

Color information

#A97541 (or 0xA97541) is unknown color: approx Bourbon. HEX triplet: A9, 75 and 41. RGB value is (169,117,65). Sum of RGB (Red+Green+Blue) = 169+117+65=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A97541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97541 is #568ABE. Grayscale: #7E7E7E. Windows color (decimal): -5671615 or 4289961. OLE color: 4289961.

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

Color convert

RGB16911765-
CMYK00.310.620.34
HSL30º44.44%45.88%-
HSV(B)30º61.54%66.27%-
XYZ23.6821.547.91-
YUV126.6293.23158.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=48.15%
G=33.33%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691176500.310.620.343044.4445.88
HexA9754101F3E221e2c2e
Octal2511651010377642365456
Binary101010011110101100000101111111111010001011110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97541; }

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

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

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

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

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

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

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

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