#A1733D

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

Shades of Buttered Rum #A1733D

Tints of Buttered Rum #A1733D

Color information

#A1733D (or 0xA1733D) is unknown color: approx Buttered Rum. HEX triplet: A1, 73 and 3D. RGB value is (161,115,61). Sum of RGB (Red+Green+Blue) = 161+115+61=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1733D is #5E8CC2. Grayscale: #7A7A7A. Windows color (decimal): -6196419 or 4027297. OLE color: 4027297.

HSL color Cylindrical-coordinate representation of color #A1733D: hue angle of 32.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1733D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16111561-
CMYK00.290.620.37
HSL32.4º45.05%43.53%-
HSV(B)32.4º62.11%63.14%-
XYZ21.6720.187.17-
YUV122.693.24155.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=47.77%
G=34.12%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611156100.290.620.3732.445.0543.53
HexA1733D01D3E25202d2c
Octal241163750357645405554
Binary101000011110011111101011101111110100101100000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1733D; }

 p { color: rgb(161,115,61); }

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

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

 a { background-color: rgb(161,115,61); }

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

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

 span { border-color: rgb(161,115,61); }

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