#A26C2B

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

Shades of Buttered Rum #A26C2B

Tints of Buttered Rum #A26C2B

Color information

#A26C2B (or 0xA26C2B) is unknown color: approx Buttered Rum. HEX triplet: A2, 6C and 2B. RGB value is (162,108,43). Sum of RGB (Red+Green+Blue) = 162+108+43=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26C2B is #5D93D4. Grayscale: #757575. Windows color (decimal): -6132693 or 2845858. OLE color: 2845858.

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

Color convert

RGB16210843-
CMYK00.330.730.36
HSL32.77º58.05%40.2%-
HSV(B)32.77º73.46%63.53%-
XYZ20.718.584.78-
YUV116.7486.39160.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=51.76%
G=34.50%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621084300.330.730.3632.7758.0540.2
HexA26C2B0214924213a28
Octal2421545304111144417250
Binary10100010110110010101101000011001001100100100001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C2B; }

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

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

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

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

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

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

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

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