#A46F45

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

Shades of Bourbon #A46F45

Tints of Bourbon #A46F45

Color information

#A46F45 (or 0xA46F45) is unknown color: approx Bourbon. HEX triplet: A4, 6F and 45. RGB value is (164,111,69). Sum of RGB (Red+Green+Blue) = 164+111+69=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F45 is #5B90BA. Grayscale: #7A7A7A. Windows color (decimal): -6000827 or 4550564. OLE color: 4550564.

HSL color Cylindrical-coordinate representation of color #A46F45: hue angle of 26.53º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A46F45 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16411169-
CMYK00.320.580.36
HSL26.53º40.77%45.69%-
HSV(B)26.53º57.93%64.31%-
XYZ22.0719.698.27-
YUV122.0698.06157.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=47.67%
G=32.27%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641116900.320.580.3626.5340.7745.69
HexA46F450203A241b292e
Octal2441571050407244335156
Binary1010010011011111000101010000011101010010011011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F45; }

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

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

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

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

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

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

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

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