#A26E34

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

Shades of Buttered Rum #A26E34

Tints of Buttered Rum #A26E34

Color information

#A26E34 (or 0xA26E34) is unknown color: approx Buttered Rum. HEX triplet: A2, 6E and 34. RGB value is (162,110,52). Sum of RGB (Red+Green+Blue) = 162+110+52=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26E34 is #5D91CB. Grayscale: #777777. Windows color (decimal): -6132172 or 3436194. OLE color: 3436194.

HSL color Cylindrical-coordinate representation of color #A26E34: hue angle of 31.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A26E34 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB16211052-
CMYK00.320.680.36
HSL31.64º51.4%41.96%-
HSV(B)31.64º67.9%63.53%-
XYZ21.119.085.82-
YUV118.9490.23158.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=50%
G=33.95%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621105200.320.680.3631.6451.441.96
HexA26E34020442420332a
Octal2421566404010444406352
Binary10100010110111011010001000001000100100100100000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E34; }

 p { color: rgb(162,110,52); }

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

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

 a { background-color: rgb(162,110,52); }

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

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

 span { border-color: rgb(162,110,52); }

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