Html Css Color HEX #A16E32 Buttered Rum

📋 copy color: '#A16E32'

red 161 ◦ green 110 ◦ blue 50

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

Shades of Buttered Rum #A16E32

Tints of Buttered Rum #A16E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 50.16%
G = 34.27%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A16E32 (or 0xA16E32) is known color: Buttered Rum. HEX triplet: A1, 6E and 32. RGB value is (161,110,50). Sum of RGB (Red+Green+Blue) = 161+110+50=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E32 is #5E91CD. Grayscale: #767676. Windows color (decimal): -6197710 or 3305121. OLE color: 3305121.

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

Color convert

RGB 161 110 50 -
CMYK 0 0.32 0.69 0.37
HSL 32.43º 0.53% 0.41% -
HSV(B) 32.43º 0.69% 0.63% -
XYZ 20.85 18.96 5.58 -
YUV 118.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 161 110 50 0 0.32 0.69 0.37 32.43 0.53 0.41
Hex A1 6E 32 0 20 45 25 20 35 29
Octal 241 156 62 0 40 105 45 40 65 51
Binary 10100001 1101110 110010 0 100000 1000101 100101 100000 110101 101001

Color Harmonies of #A16E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E32

Black with #A16E32

Text Example


Text Example

White with #A16E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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