#A46B46

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

Shades of Bourbon #A46B46

Tints of Bourbon #A46B46

Color information

#A46B46 (or 0xA46B46) is unknown color: approx Bourbon. HEX triplet: A4, 6B and 46. RGB value is (164,107,70). Sum of RGB (Red+Green+Blue) = 164+107+70=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B46 is #5B94B9. Grayscale: #787878. Windows color (decimal): -6001850 or 4615076. OLE color: 4615076.

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

Color convert

RGB16410770-
CMYK00.350.570.36
HSL23.62º40.17%45.88%-
HSV(B)23.62º57.32%64.31%-
XYZ21.6718.858.29-
YUV119.8299.88159.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=48.09%
G=31.38%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641077000.350.570.3623.6240.1745.88
HexA46B46023392418282e
Octal2441531060437144305056
Binary1010010011010111000110010001111100110010011000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B46; }

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

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

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

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

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

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

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

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