#A17634

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

Shades of Buttered Rum #A17634

Tints of Buttered Rum #A17634

Color information

#A17634 (or 0xA17634) is unknown color: approx Buttered Rum. HEX triplet: A1, 76 and 34. RGB value is (161,118,52). Sum of RGB (Red+Green+Blue) = 161+118+52=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A17634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17634 is #5E89CB. Grayscale: #7B7B7B. Windows color (decimal): -6195660 or 3438241. OLE color: 3438241.

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

Color convert

RGB16111852-
CMYK00.270.680.37
HSL36.33º51.17%41.76%-
HSV(B)36.33º67.7%63.14%-
XYZ21.820.786.11-
YUV123.3387.75154.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=48.64%
G=35.65%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611185200.270.680.3736.3351.1741.76
HexA1763401B442524332a
Octal2411666403310445446352
Binary1010000111101101101000110111000100100101100100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17634; }

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

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

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

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

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

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

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

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