#A1733E

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

Shades of Buttered Rum #A1733E

Tints of Buttered Rum #A1733E

Color information

#A1733E (or 0xA1733E) is unknown color: approx Buttered Rum. HEX triplet: A1, 73 and 3E. RGB value is (161,115,62). Sum of RGB (Red+Green+Blue) = 161+115+62=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1733E is #5E8CC1. Grayscale: #7A7A7A. Windows color (decimal): -6196418 or 4092833. OLE color: 4092833.

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

Color convert

RGB16111562-
CMYK00.290.610.37
HSL32.12º44.39%43.73%-
HSV(B)32.12º61.49%63.14%-
XYZ21.720.197.31-
YUV122.7193.74155.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 62 (24.61% from 255) = 18.34%
R=47.63%
G=34.02%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611156200.290.610.3732.1244.3943.73
HexA1733E01D3D25202c2c
Octal241163760357545405454
Binary101000011110011111110011101111101100101100000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1733E; }

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

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

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

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

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

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

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

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