#A36C2B

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

Shades of Buttered Rum #A36C2B

Tints of Buttered Rum #A36C2B

Color information

#A36C2B (or 0xA36C2B) is unknown color: approx Buttered Rum. HEX triplet: A3, 6C and 2B. RGB value is (163,108,43). Sum of RGB (Red+Green+Blue) = 163+108+43=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C2B is #5C93D4. Grayscale: #757575. Windows color (decimal): -6067157 or 2845859. OLE color: 2845859.

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

Color convert

RGB16310843-
CMYK00.340.740.36
HSL32.5º58.25%40.39%-
HSV(B)32.5º73.62%63.92%-
XYZ20.918.694.79-
YUV117.0386.22160.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 43 (17.19% from 255) = 13.69%
R=51.91%
G=34.39%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631084300.340.740.3632.558.2540.39
HexA36C2B0224A24203a28
Octal2431545304211244407250
Binary10100011110110010101101000101001010100100100000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C2B; }

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

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

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

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

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

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

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

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