#A1753B

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

Shades of Buttered Rum #A1753B

Tints of Buttered Rum #A1753B

Color information

#A1753B (or 0xA1753B) is unknown color: approx Buttered Rum. HEX triplet: A1, 75 and 3B. RGB value is (161,117,59). Sum of RGB (Red+Green+Blue) = 161+117+59=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1753B is #5E8AC4. Grayscale: #7B7B7B. Windows color (decimal): -6195909 or 3896737. OLE color: 3896737.

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

Color convert

RGB16111759-
CMYK00.270.630.37
HSL34.12º46.36%43.14%-
HSV(B)34.12º63.35%63.14%-
XYZ21.8520.626.97-
YUV123.5491.58154.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=47.77%
G=34.72%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611175900.270.630.3734.1246.3643.14
HexA1753B01B3F25222e2b
Octal241165730337745425653
Binary101000011110101111011011011111111100101100010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1753B; }

 p { color: rgb(161,117,59); }

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

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

 a { background-color: rgb(161,117,59); }

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

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

 span { border-color: rgb(161,117,59); }

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