#A97843

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

Shades of Bourbon #A97843

Tints of Bourbon #A97843

Color information

#A97843 (or 0xA97843) is unknown color: approx Bourbon. HEX triplet: A9, 78 and 43. RGB value is (169,120,67). Sum of RGB (Red+Green+Blue) = 169+120+67=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A97843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97843 is #5687BC. Grayscale: #808080. Windows color (decimal): -5670845 or 4421801. OLE color: 4421801.

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

Color convert

RGB16912067-
CMYK00.290.600.34
HSL31.18º43.22%46.27%-
HSV(B)31.18º60.36%66.27%-
XYZ24.0922.278.34-
YUV128.6193.23156.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 67 (26.56% from 255) = 18.82%
R=47.47%
G=33.71%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691206700.290.600.3431.1843.2246.27
HexA9784301D3C221f2b2e
Octal2511701030357442375356
Binary101010011111000100001101110111110010001011111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97843; }

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

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

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

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

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

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

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

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