#A17331

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

Shades of Buttered Rum #A17331

Tints of Buttered Rum #A17331

Color information

#A17331 (or 0xA17331) is unknown color: approx Buttered Rum. HEX triplet: A1, 73 and 31. RGB value is (161,115,49). Sum of RGB (Red+Green+Blue) = 161+115+49=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A17331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17331 is #5E8CCE. Grayscale: #797979. Windows color (decimal): -6196431 or 3240865. OLE color: 3240865.

HSL color Cylindrical-coordinate representation of color #A17331: hue angle of 35.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A17331 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB16111549-
CMYK00.290.700.37
HSL35.36º53.33%41.18%-
HSV(B)35.36º69.57%63.14%-
XYZ21.3820.065.65-
YUV121.2387.24156.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=49.54%
G=35.38%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611154900.290.700.3735.3653.3341.18
HexA1733101D4625233529
Octal2411636103510645436551
Binary1010000111100111100010111011000110100101100011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17331; }

 p { color: rgb(161,115,49); }

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

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

 a { background-color: rgb(161,115,49); }

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

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

 span { border-color: rgb(161,115,49); }

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