#A96E44

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

Shades of Bourbon #A96E44

Tints of Bourbon #A96E44

Color information

#A96E44 (or 0xA96E44) is unknown color: approx Bourbon. HEX triplet: A9, 6E and 44. RGB value is (169,110,68). Sum of RGB (Red+Green+Blue) = 169+110+68=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E44 is #5691BB. Grayscale: #7B7B7B. Windows color (decimal): -5673404 or 4484777. OLE color: 4484777.

HSL color Cylindrical-coordinate representation of color #A96E44: hue angle of 24.95º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A96E44 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16911068-
CMYK00.350.600.34
HSL24.95º42.62%46.47%-
HSV(B)24.95º59.76%66.27%-
XYZ22.98208.12-
YUV122.8597.05160.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=48.70%
G=31.70%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691106800.350.600.3424.9542.6246.47
HexA96E440233C22192b2e
Octal2511561040437442315356
Binary1010100111011101000100010001111110010001011001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E44; }

 p { color: rgb(169,110,68); }

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

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

 a { background-color: rgb(169,110,68); }

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

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

 span { border-color: rgb(169,110,68); }

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