#A46B45

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

Shades of Bourbon #A46B45

Tints of Bourbon #A46B45

Color information

#A46B45 (or 0xA46B45) is unknown color: approx Bourbon. HEX triplet: A4, 6B and 45. RGB value is (164,107,69). Sum of RGB (Red+Green+Blue) = 164+107+69=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B45 is #5B94BA. Grayscale: #777777. Windows color (decimal): -6001851 or 4549540. OLE color: 4549540.

HSL color Cylindrical-coordinate representation of color #A46B45: hue angle of 24º 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 #A46B45 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16410769-
CMYK00.350.580.36
HSL24º40.77%45.69%-
HSV(B)24º57.93%64.31%-
XYZ21.6418.848.13-
YUV119.7199.38159.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=48.24%
G=31.47%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641076900.350.580.362440.7745.69
HexA46B450233A2418292e
Octal2441531050437244305156
Binary1010010011010111000101010001111101010010011000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B45; }

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

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

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

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

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

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

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

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