#A17536

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

Shades of Buttered Rum #A17536

Tints of Buttered Rum #A17536

Color information

#A17536 (or 0xA17536) is unknown color: approx Buttered Rum. HEX triplet: A1, 75 and 36. RGB value is (161,117,54). Sum of RGB (Red+Green+Blue) = 161+117+54=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A17536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17536 is #5E8AC9. Grayscale: #7B7B7B. Windows color (decimal): -6195914 or 3569057. OLE color: 3569057.

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

Color convert

RGB16111754-
CMYK00.270.660.37
HSL35.33º49.77%42.16%-
HSV(B)35.33º66.46%63.14%-
XYZ21.7320.576.31-
YUV122.9789.08155.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 54 (21.48% from 255) = 16.27%
R=48.49%
G=35.24%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611175400.270.660.3735.3349.7742.16
HexA1753601B422523322a
Octal2411656603310245436252
Binary1010000111101011101100110111000010100101100011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17536; }

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

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

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

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

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

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

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

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