#A26B2B

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

Shades of Buttered Rum #A26B2B

Tints of Buttered Rum #A26B2B

Color information

#A26B2B (or 0xA26B2B) is unknown color: approx Buttered Rum. HEX triplet: A2, 6B and 2B. RGB value is (162,107,43). Sum of RGB (Red+Green+Blue) = 162+107+43=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26B2B is #5D94D4. Grayscale: #747474. Windows color (decimal): -6132949 or 2845602. OLE color: 2845602.

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

Color convert

RGB16210743-
CMYK00.340.730.36
HSL32.27º58.05%40.2%-
HSV(B)32.27º73.46%63.53%-
XYZ20.5918.374.75-
YUV116.1586.72160.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=51.92%
G=34.29%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621074300.340.730.3632.2758.0540.2
HexA26B2B0224924203a28
Octal2421535304211144407250
Binary10100010110101110101101000101001001100100100000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B2B; }

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

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

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

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

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

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

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

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