#A96F48

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

Shades of Bourbon #A96F48

Tints of Bourbon #A96F48

Color information

#A96F48 (or 0xA96F48) is unknown color: approx Bourbon. HEX triplet: A9, 6F and 48. RGB value is (169,111,72). Sum of RGB (Red+Green+Blue) = 169+111+72=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F48 is #5690B7. Grayscale: #7C7C7C. Windows color (decimal): -5673144 or 4747177. OLE color: 4747177.

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

Color convert

RGB16911172-
CMYK00.340.570.34
HSL24.12º40.25%47.25%-
HSV(B)24.12º57.4%66.27%-
XYZ23.2220.278.82-
YUV123.998.72160.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=48.01%
G=31.53%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691117200.340.570.3424.1240.2547.25
HexA96F48022392218282f
Octal2511571100427142305057
Binary1010100111011111001000010001011100110001011000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F48; }

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

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

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

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

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

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

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

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