#A46B26

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

Shades of Buttered Rum #A46B26

Tints of Buttered Rum #A46B26

Color information

#A46B26 (or 0xA46B26) is unknown color: approx Buttered Rum. HEX triplet: A4, 6B and 26. RGB value is (164,107,38). Sum of RGB (Red+Green+Blue) = 164+107+38=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B26 is #5B94D9. Grayscale: #747474. Windows color (decimal): -6001882 or 2517924. OLE color: 2517924.

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

Color convert

RGB16410738-
CMYK00.350.770.36
HSL32.86º62.38%39.61%-
HSV(B)32.86º76.83%64.31%-
XYZ20.9218.554.31-
YUV116.1883.88162.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 38 (15.23% from 255) = 12.30%
R=53.07%
G=34.63%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641073800.350.770.3632.8662.3839.61
HexA46B260234D24213e28
Octal2441534604311544417650
Binary10100100110101110011001000111001101100100100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B26; }

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

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

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

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

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

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

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

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