#A46A26

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

Shades of Buttered Rum #A46A26

Tints of Buttered Rum #A46A26

Color information

#A46A26 (or 0xA46A26) is unknown color: approx Buttered Rum. HEX triplet: A4, 6A and 26. RGB value is (164,106,38). Sum of RGB (Red+Green+Blue) = 164+106+38=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A26 is #5B95D9. Grayscale: #737373. Windows color (decimal): -6002138 or 2517668. OLE color: 2517668.

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

Color convert

RGB16410638-
CMYK00.350.770.36
HSL32.38º62.38%39.61%-
HSV(B)32.38º76.83%64.31%-
XYZ20.8118.344.28-
YUV115.5984.22162.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=53.25%
G=34.42%
B=12.34%

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
Decimal1641063800.350.770.3632.3862.3839.61
HexA46A260234D24203e28
Octal2441524604311544407650
Binary10100100110101010011001000111001101100100100000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A26; }

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

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

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

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

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

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

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

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