#A97348

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

Shades of Bourbon #A97348

Tints of Bourbon #A97348

Color information

#A97348 (or 0xA97348) is unknown color: approx Bourbon. HEX triplet: A9, 73 and 48. RGB value is (169,115,72). Sum of RGB (Red+Green+Blue) = 169+115+72=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A97348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97348 is #568CB7. Grayscale: #7E7E7E. Windows color (decimal): -5672120 or 4748201. OLE color: 4748201.

HSL color Cylindrical-coordinate representation of color #A97348: hue angle of 26.6º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A97348 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16911572-
CMYK00.320.570.34
HSL26.6º40.25%47.25%-
HSV(B)26.6º57.4%66.27%-
XYZ23.6621.168.97-
YUV126.2497.39158.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 72 (28.52% from 255) = 20.22%
R=47.47%
G=32.30%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691157200.320.570.3426.640.2547.25
HexA9734802039221b282f
Octal2511631100407142335057
Binary1010100111100111001000010000011100110001011011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97348; }

 p { color: rgb(169,115,72); }

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

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

 a { background-color: rgb(169,115,72); }

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

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

 span { border-color: rgb(169,115,72); }

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