#A1743E

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

Shades of Buttered Rum #A1743E

Tints of Buttered Rum #A1743E

Color information

#A1743E (or 0xA1743E) is unknown color: approx Buttered Rum. HEX triplet: A1, 74 and 3E. RGB value is (161,116,62). Sum of RGB (Red+Green+Blue) = 161+116+62=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1743E is #5E8BC1. Grayscale: #7B7B7B. Windows color (decimal): -6196162 or 4093089. OLE color: 4093089.

HSL color Cylindrical-coordinate representation of color #A1743E: hue angle of 32.73º 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 #A1743E is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16111662-
CMYK00.280.610.37
HSL32.73º44.39%43.73%-
HSV(B)32.73º61.49%63.14%-
XYZ21.8120.427.35-
YUV123.393.41154.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=47.49%
G=34.22%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611166200.280.610.3732.7344.3943.73
HexA1743E01C3D25212c2c
Octal241164760347545415454
Binary101000011110100111110011100111101100101100001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1743E; }

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

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

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

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

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

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

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

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