#A17734

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

Shades of Buttered Rum #A17734

Tints of Buttered Rum #A17734

Color information

#A17734 (or 0xA17734) is unknown color: approx Buttered Rum. HEX triplet: A1, 77 and 34. RGB value is (161,119,52). Sum of RGB (Red+Green+Blue) = 161+119+52=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A17734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17734 is #5E88CB. Grayscale: #7C7C7C. Windows color (decimal): -6195404 or 3438497. OLE color: 3438497.

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

Color convert

RGB16111952-
CMYK00.260.680.37
HSL36.88º51.17%41.76%-
HSV(B)36.88º67.7%63.14%-
XYZ21.9121.026.15-
YUV123.9287.41154.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=48.49%
G=35.84%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611195200.260.680.3736.8851.1741.76
HexA1773401A442525332a
Octal2411676403210445456352
Binary1010000111101111101000110101000100100101100101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17734; }

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

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

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

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

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

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

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

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