#A17534

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

Shades of Buttered Rum #A17534

Tints of Buttered Rum #A17534

Color information

#A17534 (or 0xA17534) is unknown color: approx Buttered Rum. HEX triplet: A1, 75 and 34. RGB value is (161,117,52). Sum of RGB (Red+Green+Blue) = 161+117+52=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A17534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17534 is #5E8ACB. Grayscale: #7B7B7B. Windows color (decimal): -6195916 or 3437985. OLE color: 3437985.

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

Color convert

RGB16111752-
CMYK00.270.680.37
HSL35.78º51.17%41.76%-
HSV(B)35.78º67.7%63.14%-
XYZ21.6820.556.07-
YUV122.7588.08155.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 52 (20.70% from 255) = 15.76%
R=48.79%
G=35.45%
B=15.76%

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
Decimal1611175200.270.680.3735.7851.1741.76
HexA1753401B442524332a
Octal2411656403310445446352
Binary1010000111101011101000110111000100100101100100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17534; }

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

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

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

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

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

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

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

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