#A46A44

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

Shades of Bourbon #A46A44

Tints of Bourbon #A46A44

Color information

#A46A44 (or 0xA46A44) is unknown color: approx Bourbon. HEX triplet: A4, 6A and 44. RGB value is (164,106,68). Sum of RGB (Red+Green+Blue) = 164+106+68=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A44 is #5B95BB. Grayscale: #777777. Windows color (decimal): -6002108 or 4483748. OLE color: 4483748.

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

Color convert

RGB16410668-
CMYK00.350.590.36
HSL23.75º41.38%45.49%-
HSV(B)23.75º58.54%64.31%-
XYZ21.5118.627.93-
YUV119.0199.22160.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=48.52%
G=31.36%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641066800.350.590.3623.7541.3845.49
HexA46A440233B2418292d
Octal2441521040437344305155
Binary1010010011010101000100010001111101110010011000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A44; }

 p { color: rgb(164,106,68); }

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

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

 a { background-color: rgb(164,106,68); }

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

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

 span { border-color: rgb(164,106,68); }

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