Html Css Color HEX #A16E36 Buttered Rum

📋 copy color: '#A16E36'

red 161 ◦ green 110 ◦ blue 54

#A16E36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttered Rum #A16E36

Tints of Buttered Rum #A16E36

RGB

 RED value IS 161 (63.28% from 255) = 49.54%

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 49.54%
G = 33.85%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A16E36 (or 0xA16E36) is known color: Buttered Rum. HEX triplet: A1, 6E and 36. RGB value is (161,110,54). Sum of RGB (Red+Green+Blue) = 161+110+54=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E36 is #5E91C9. Grayscale: #777777. Windows color (decimal): -6197706 or 3567265. OLE color: 3567265.

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

Color convert

RGB 161 110 54 -
CMYK 0 0.32 0.66 0.37
HSL 31.4º 0.5% 0.42% -
HSV(B) 31.4º 0.66% 0.63% -
XYZ 20.94 19 6.05 -
YUV 118.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 161 110 54 0 0.32 0.66 0.37 31.4 0.5 0.42
Hex A1 6E 36 0 20 42 25 1F 32 2A
Octal 241 156 66 0 40 102 45 37 62 52
Binary 10100001 1101110 110110 0 100000 1000010 100101 11111 110010 101010

Color Harmonies of #A16E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E36

Black with #A16E36

Text Example


Text Example

White with #A16E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E36; }

 p { color: rgb(161,110,54); }

 H1.HeaderClassName
 {
   color: #A16E36;
 }
 .AnyTagClassName
 {
   color: #A16E36;
 }
</style>

background-color css

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

 a { background-color: rgb(161,110,54); }

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

border-color css

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

 span { border-color: rgb(161,110,54); }

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