#A96942

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

Shades of Bourbon #A96942

Tints of Bourbon #A96942

Color information

#A96942 (or 0xA96942) is unknown color: approx Bourbon. HEX triplet: A9, 69 and 42. RGB value is (169,105,66). Sum of RGB (Red+Green+Blue) = 169+105+66=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A96942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96942 is #5696BD. Grayscale: #777777. Windows color (decimal): -5674686 or 4352425. OLE color: 4352425.

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

Color convert

RGB16910566-
CMYK00.380.610.34
HSL22.72º43.83%46.08%-
HSV(B)22.72º60.95%66.27%-
XYZ22.418.937.63-
YUV119.6997.7163.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=49.71%
G=30.88%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691056600.380.610.3422.7243.8346.08
HexA969420263D22172c2e
Octal2511511020467542275456
Binary1010100111010011000010010011011110110001010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96942; }

 p { color: rgb(169,105,66); }

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

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

 a { background-color: rgb(169,105,66); }

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

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

 span { border-color: rgb(169,105,66); }

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