#A86944

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

Shades of Bourbon #A86944

Tints of Bourbon #A86944

Color information

#A86944 (or 0xA86944) is unknown color: approx Bourbon. HEX triplet: A8, 69 and 44. RGB value is (168,105,68). Sum of RGB (Red+Green+Blue) = 168+105+68=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A86944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86944 is #5796BB. Grayscale: #777777. Windows color (decimal): -5740220 or 4483496. OLE color: 4483496.

HSL color Cylindrical-coordinate representation of color #A86944: hue angle of 22.2º degrees, saturation: 0.42, 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 #A86944 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16810568-
CMYK00.380.600.34
HSL22.2º42.37%46.27%-
HSV(B)22.2º59.52%65.88%-
XYZ22.2418.857.93-
YUV119.6298.87162.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.27%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=49.27%
G=30.79%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681056800.380.600.3422.242.3746.27
HexA869440263C22162a2e
Octal2501511040467442265256
Binary1010100011010011000100010011011110010001010110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86944; }

 p { color: rgb(168,105,68); }

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

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

 a { background-color: rgb(168,105,68); }

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

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

 span { border-color: rgb(168,105,68); }

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