Html Css Color HEX #A16D36 Buttered Rum

📋 copy color: '#A16D36'

red 161 ◦ green 109 ◦ blue 54

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

Shades of Buttered Rum #A16D36

Tints of Buttered Rum #A16D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

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

R = 49.69%
G = 33.64%
B = 16.67%

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

#A16D36 (or 0xA16D36) is known color: Buttered Rum. HEX triplet: A1, 6D and 36. RGB value is (161,109,54). Sum of RGB (Red+Green+Blue) = 161+109+54=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D36 is #5E92C9. Grayscale: #767676. Windows color (decimal): -6197962 or 3567009. OLE color: 3567009.

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

Color convert

RGB 161 109 54 -
CMYK 0 0.32 0.66 0.37
HSL 30.84º 0.5% 0.42% -
HSV(B) 30.84º 0.66% 0.63% -
XYZ 20.83 18.78 6.02 -
YUV 118.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 161 109 54 0 0.32 0.66 0.37 30.84 0.5 0.42
Hex A1 6D 36 0 20 42 25 1F 32 2A
Octal 241 155 66 0 40 102 45 37 62 52
Binary 10100001 1101101 110110 0 100000 1000010 100101 11111 110010 101010

Color Harmonies of #A16D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D36

Black with #A16D36

Text Example


Text Example

White with #A16D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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