#A17640

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

Shades of Buttered Rum #A17640

Tints of Buttered Rum #A17640

Color information

#A17640 (or 0xA17640) is unknown color: approx Buttered Rum. HEX triplet: A1, 76 and 40. RGB value is (161,118,64). Sum of RGB (Red+Green+Blue) = 161+118+64=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A17640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17640 is #5E89BF. Grayscale: #7C7C7C. Windows color (decimal): -6195648 or 4224673. OLE color: 4224673.

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

Color convert

RGB16111864-
CMYK00.270.600.37
HSL33.4º43.11%44.12%-
HSV(B)33.4º60.25%63.14%-
XYZ22.120.97.72-
YUV124.793.75153.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=46.94%
G=34.40%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611186400.270.600.3733.443.1144.12
HexA1764001B3C25212b2c
Octal2411661000337445415354
Binary1010000111101101000000011011111100100101100001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17640; }

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

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

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

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

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

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

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

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