#A1793D

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

Shades of Buttered Rum #A1793D

Tints of Buttered Rum #A1793D

Color information

#A1793D (or 0xA1793D) is unknown color: approx Buttered Rum. HEX triplet: A1, 79 and 3D. RGB value is (161,121,61). Sum of RGB (Red+Green+Blue) = 161+121+61=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1793D is #5E86C2. Grayscale: #7E7E7E. Windows color (decimal): -6194883 or 4028833. OLE color: 4028833.

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

Color convert

RGB16112161-
CMYK00.250.620.37
HSL36º45.05%43.53%-
HSV(B)36º62.11%63.14%-
XYZ22.3821.597.4-
YUV126.1291.25152.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=46.94%
G=35.28%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611216100.250.620.373645.0543.53
HexA1793D0193E25242d2c
Octal241171750317645445554
Binary101000011111001111101011001111110100101100100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1793D; }

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

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

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

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

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

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

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

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