#A96F45

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

Shades of Bourbon #A96F45

Tints of Bourbon #A96F45

Color information

#A96F45 (or 0xA96F45) is unknown color: approx Bourbon. HEX triplet: A9, 6F and 45. RGB value is (169,111,69). Sum of RGB (Red+Green+Blue) = 169+111+69=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F45 is #5690BA. Grayscale: #7B7B7B. Windows color (decimal): -5673147 or 4550569. OLE color: 4550569.

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

Color convert

RGB16911169-
CMYK00.340.590.34
HSL25.2º42.02%46.67%-
HSV(B)25.2º59.17%66.27%-
XYZ23.1220.238.32-
YUV123.5597.22160.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=48.42%
G=31.81%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691116900.340.590.3425.242.0246.67
HexA96F450223B22192a2f
Octal2511571050427342315257
Binary1010100111011111000101010001011101110001011001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F45; }

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

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

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

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

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

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

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

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