#A1713D

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

Shades of Buttered Rum #A1713D

Tints of Buttered Rum #A1713D

Color information

#A1713D (or 0xA1713D) is unknown color: approx Buttered Rum. HEX triplet: A1, 71 and 3D. RGB value is (161,113,61). Sum of RGB (Red+Green+Blue) = 161+113+61=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1713D is #5E8EC2. Grayscale: #797979. Windows color (decimal): -6196931 or 4026785. OLE color: 4026785.

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

Color convert

RGB16111361-
CMYK00.300.620.37
HSL31.2º45.05%43.53%-
HSV(B)31.2º62.11%63.14%-
XYZ21.4519.727.09-
YUV121.4293.9156.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=48.06%
G=33.73%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611136100.300.620.3731.245.0543.53
HexA1713D01E3E251f2d2c
Octal241161750367645375554
Binary10100001111000111110101111011111010010111111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1713D; }

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

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

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

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

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

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

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

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