#A96B41

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

Shades of Bourbon #A96B41

Tints of Bourbon #A96B41

Color information

#A96B41 (or 0xA96B41) is unknown color: approx Bourbon. HEX triplet: A9, 6B and 41. RGB value is (169,107,65). Sum of RGB (Red+Green+Blue) = 169+107+65=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B41 is #5694BE. Grayscale: #787878. Windows color (decimal): -5674175 or 4287401. OLE color: 4287401.

HSL color Cylindrical-coordinate representation of color #A96B41: hue angle of 24.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A96B41 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16910765-
CMYK00.370.620.34
HSL24.23º44.44%45.88%-
HSV(B)24.23º61.54%66.27%-
XYZ22.5719.337.54-
YUV120.7596.54162.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=49.56%
G=31.38%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691076500.370.620.3424.2344.4445.88
HexA96B410253E22182c2e
Octal2511531010457642305456
Binary1010100111010111000001010010111111010001011000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B41; }

 p { color: rgb(169,107,65); }

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

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

 a { background-color: rgb(169,107,65); }

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

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

 span { border-color: rgb(169,107,65); }

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