#A97747

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

Shades of Bourbon #A97747

Tints of Bourbon #A97747

Color information

#A97747 (or 0xA97747) is unknown color: approx Bourbon. HEX triplet: A9, 77 and 47. RGB value is (169,119,71). Sum of RGB (Red+Green+Blue) = 169+119+71=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A97747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97747 is #5688B8. Grayscale: #808080. Windows color (decimal): -5671097 or 4683689. OLE color: 4683689.

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

Color convert

RGB16911971-
CMYK00.300.580.34
HSL29.39º40.83%47.06%-
HSV(B)29.39º57.99%66.27%-
XYZ24.122.088.95-
YUV128.4895.56156.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 71 (28.12% from 255) = 19.78%
R=47.08%
G=33.15%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691197100.300.580.3429.3940.8347.06
HexA9774701E3A221d292f
Octal2511671070367242355157
Binary101010011110111100011101111011101010001011101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97747; }

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

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

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

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

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

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

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

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