#A17334

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

Shades of Buttered Rum #A17334

Tints of Buttered Rum #A17334

Color information

#A17334 (or 0xA17334) is unknown color: approx Buttered Rum. HEX triplet: A1, 73 and 34. RGB value is (161,115,52). Sum of RGB (Red+Green+Blue) = 161+115+52=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A17334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17334 is #5E8CCB. Grayscale: #797979. Windows color (decimal): -6196428 or 3437473. OLE color: 3437473.

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

Color convert

RGB16111552-
CMYK00.290.680.37
HSL34.68º51.17%41.76%-
HSV(B)34.68º67.7%63.14%-
XYZ21.4520.096-
YUV121.5788.74156.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 52 (20.70% from 255) = 15.85%
R=49.09%
G=35.06%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611155200.290.680.3734.6851.1741.76
HexA1733401D442523332a
Octal2411636403510445436352
Binary1010000111100111101000111011000100100101100011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17334; }

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

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

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

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

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

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

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

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