#A26C2E

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

Shades of Buttered Rum #A26C2E

Tints of Buttered Rum #A26C2E

Color information

#A26C2E (or 0xA26C2E) is unknown color: approx Buttered Rum. HEX triplet: A2, 6C and 2E. RGB value is (162,108,46). Sum of RGB (Red+Green+Blue) = 162+108+46=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26C2E is #5D93D1. Grayscale: #757575. Windows color (decimal): -6132690 or 3042466. OLE color: 3042466.

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

Color convert

RGB16210846-
CMYK00.330.720.36
HSL32.07º55.77%40.78%-
HSV(B)32.07º71.6%63.53%-
XYZ20.7618.65.08-
YUV117.0887.89160.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 46 (18.36% from 255) = 14.56%
R=51.27%
G=34.18%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621084600.330.720.3632.0755.7740.78
HexA26C2E0214824203829
Octal2421545604111044407051
Binary10100010110110010111001000011001000100100100000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C2E; }

 p { color: rgb(162,108,46); }

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

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

 a { background-color: rgb(162,108,46); }

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

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

 span { border-color: rgb(162,108,46); }

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