Html Css Color HEX #A16E31 Buttered Rum

📋 copy color: '#A16E31'

red 161 ◦ green 110 ◦ blue 49

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

Shades of Buttered Rum #A16E31

Tints of Buttered Rum #A16E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 50.31%
G = 34.38%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A16E31 (or 0xA16E31) is known color: Buttered Rum. HEX triplet: A1, 6E and 31. RGB value is (161,110,49). Sum of RGB (Red+Green+Blue) = 161+110+49=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E31 is #5E91CE. Grayscale: #767676. Windows color (decimal): -6197711 or 3239585. OLE color: 3239585.

HSL color Cylindrical-coordinate representation of color #A16E31: hue angle of 32.68º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A16E31 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 110 49 -
CMYK 0 0.32 0.70 0.37
HSL 32.68º 0.53% 0.41% -
HSV(B) 32.68º 0.7% 0.63% -
XYZ 20.83 18.95 5.47 -
YUV 118.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 161 110 49 0 0.32 0.70 0.37 32.68 0.53 0.41
Hex A1 6E 31 0 20 46 25 21 35 29
Octal 241 156 61 0 40 106 45 41 65 51
Binary 10100001 1101110 110001 0 100000 1000110 100101 100001 110101 101001

Color Harmonies of #A16E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E31

Black with #A16E31

Text Example


Text Example

White with #A16E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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